XFileSharing Pro - embedding audio file on facebook showing buy_paypal.gif

Message
Author
ipowerhub
Posts: 12
Joined: Jun 21, 2012 4:32 am

embedding audio file on facebook showing buy_paypal.gif

#1 Postby ipowerhub » Jun 26, 2012 11:05 pm

Hello, I am trying to add audio file links from my site or embed them on facebook but for audio snapshots shown is buy_paypal.gif when I put the link to the file on facebook.

it works fine for videos because it shows the video snapshot.
Can anyone tell me where to change this so it does not show buy_paypal.gif as snapshot.


Thank You

FZee
Posts: 116
Joined: Mar 03, 2010 11:26 am

#2 Postby FZee » Jun 27, 2012 4:00 am

For audio you should use Facebook's og:image tags.

For more, check out the Knowledge Base about Audio Embedding
http://support.sibsoft.net/knowledge_base.php

universe
Posts: 67
Joined: Mar 20, 2012 12:13 pm

#3 Postby universe » Jun 27, 2012 9:56 am

Put this line into your main.html in the header (before </head>) in Templates folder:

Code: Select all

<meta property="og:image" content="http://yourdomain.com/images/buy_paypal.gif" />

ipowerhub
Posts: 12
Joined: Jun 21, 2012 4:32 am

#4 Postby ipowerhub » Jun 27, 2012 5:46 pm

thank you very much to both of you guys.