Mobile app version of vmapp.org
Login or Join
Rambettina238

: Is it possible to share an audio file and play within Facebook I have a msuic page section and have FB share button. Is it possible to share audio file and play within facebook? I have tried

@Rambettina238

Posted in: #Audio #Facebook #FacebookGraph

I have a msuic page section and have FB share button. Is it possible to share audio file and play within facebook?

I have tried to add FB graphs but no luck

<meta property="og:type" content="<?php echo "audio"; ?>" />
<meta property="og:audio" content="<?php $musiclink = get_post_meta(get_the_ID(), 'music_record_link', true );if ( ! empty( $musiclink ) ) {echo $musiclink;}?>" />
<meta property="og:audio:secure_url" content="<?php $musiclink = get_post_meta(get_the_ID(), 'music_record_link', true );if ( ! empty( $musiclink ) ) {echo $musiclink;}?>"/>
<meta property="og:audio:height" content="250" />
<meta property="og:audio:width" content="487" />
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:audio:type" content="audio/mp3" />

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rambettina238

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

It's still not doable via facebook. You can send sound files via message, and they can be played in the messages. Facebook doesn't have an option to put up only audio files.

You have to turn your MP3 file into a video file then add a picture so it can play or use some external service for this.

For example, if you upload your file to clyp.it/ you can share your audio on facebook.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme