OG Tags Not Working
Using Jamroom
right, gotcha. When you share a blog post or an audio item the page that gets shared is the DETAILS page of that item. Go to any of those detail pages and hit ctrl+u to "view source code" for the page.
In the top part of that page you will see the og:tags. they look like this:
<meta property="og:url" content="http://yoursite.com/admin/uploaded_audio/1/first-song" />
<meta property="og:type" content="movie" />
<meta property="og:title" content="First song" />
<meta property="og:description" content="by admin" />
<meta property="og:image" content="http://yoursite.com/uploaded_audio/image/audio_image/1/xxlarge/_v=1479107691" />
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="385"/>
<meta property="og:site_name" content="yoursite.com" />
<meta property="og:updated_time" content="1485127476" />
</head>
That tells facebook what to show for THAT PAGE when it is shared.
you can test any url you like via the facebook tester here:
https://developers.facebook.com/tools/debug/og/object/
That will tell you what the page will look like when it is shared to facebook.
You can use the jrMeta module to add the og:tags to wherever you like with whatever text you like. So do that for your main page so that it shows how you like.