Add Facebook Like and Send option for each media listing:
First step is to go to
https://developers.facebook.com/docs.../plugins/like/ and set up your settings as you would like. I chose the Like & Send option.
Add the code they mention to add right after the body tag in the header template. The code where you want to display the like button:
Style Manager > Edit Templates > 8WayRun.com Media Library Templates > 8WR_media_details
Find:
Code:
<b>{vb:phrase media_tags}:</b><br />
<ul class="commalist">
{vb:raw media.tags}
</ul>
Add After:
Code:
<br /><br />
<div class="fb-like" data-send="true" data-width="450" data-show-faces="true"></div>
Should result in:
http://gyazo.com/fc481f72d40f0f0099f59b8f32039dcd