Forum Activity for @madc

MAD
@madc
05/09/14 11:13:34AM
600 posts

Module Ideas?


Off Topic

Perth....is that part of Australia????
MAD
@madc
05/09/14 10:37:32AM
600 posts

Module Ideas?


Off Topic

Wheres the stick out tongue smiley? Come on guys...You need to pick up on the anime
MAD
@madc
05/09/14 10:34:29AM
600 posts

Module Ideas?


Off Topic

Ok So you are going to be #2 that visits me yeah?
Don't say no I have it penned in :p
MAD
@madc
05/09/14 10:16:24AM
600 posts

Module Ideas?


Off Topic

Alls I can say is every grand child ( I Know ) makes you feel older but prouder.
I would call your next mod 2ndGen lol
EDIT
Oh sorry ...what should it do?
I think it should be a timeline feed that is interactive lol
updated by @madc: 05/09/14 10:17:42AM
MAD
@madc
05/09/14 09:58:40AM
600 posts

How to get audio to play at facebook via share this


Using Jamroom

The audio I am trying to share is https://www.punkbandpromotions.com/johnsons-motorcar/audio/4971/johnny-is-a-rovin-blade

One thing I did was after the above is go into the Share This module into quote config and allow facebook player ( which wasn't set )
No difference

EDIT: No change. Just shows the bands site page but no audio
What am i doing wrong?
I go to the bands site page, click share on FB
Then I share as the page owner.
It shows the image and text but no player?
updated by @madc: 05/09/14 10:32:15AM
MAD
@madc
05/09/14 09:54:19AM
600 posts

How to get audio to play at facebook via share this


Using Jamroom

Yes we are running ssl
How do i determine the link?
You just share it and it gets posted. where it has ended up is in our fb timeline
johnson motorcar
https://www.facebook.com/PunkBandPromotion
MAD
@madc
05/09/14 09:44:00AM
600 posts

How to get audio to play at facebook via share this


Using Jamroom

I have tried a few things but it seems like on the audio page and sharing it to facebook just shows a link from facebook back to our site instead of the player.
How do I get the audio to play on facebook?
updated by @madc: 06/13/14 11:46:13AM
MAD
@madc
04/27/14 07:24:26PM
600 posts

Anyone here into antiques and collectibles?


The Greenroom

For Example on about
"Anything that can lead either to a purchase or to direct communication between buyer and seller outside of eBay is forbidden."
And on Ebay itself
"We don't allow links to non-eBay sites where other items are offered for sale. We continually review links on the site and reserve the right to block any link considered unsafe for our members."
updated by @madc: 04/27/14 07:25:43PM
MAD
@madc
04/27/14 07:23:03PM
600 posts

Anyone here into antiques and collectibles?


The Greenroom

Ok from what I read you can't link back to another store selling the same item ie my website.
As I understood it, it was ok to link to a site that had no selling capabilities.
I'll dig further
MAD
@madc
04/27/14 04:16:23AM
600 posts

Redirect External link backs to https


Installation and Configuration

Unfortunately @brian that didn't work either.
if you go here
punkbandpromotions.com/k-usr-radio
it shows this as the url with a 404
https://www.punkbandpromotions.com/modules/jrCore/router.php?_uri=k-usr-radio

any other thoughts?
the proper link obviously works. We just want to fix it if people for example forget the www
eg
http://punkbandpromotions.com/k-usr-radio
breaks ( No www )
punkbandpromotions.com/k-usr-radio
breaks ( no www or http or https )
www.punkbandpromotions.com/k-usr-radio
works ( no http or https )
I have left your edit it to show you the results

BTW I have it after the core redirect


# All requests through the router
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)favicon\.ico$ modules/jrCore/img/favicon.ico [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
</IfModule>
RewriteCond %{SERVER_PORT} ^443$
RewriteCond %{HTTP_HOST} ^punkbandpromotions\.com [NC]
RewriteRule .? https://www.punkbandpromotions.com%{REQUEST_URI} [R=301,L]

updated by @madc: 04/27/14 04:17:42AM
  9