3
3rdlaw
Guest
I'm in the FB dev page and it seems that I can embed some code onto my site. Curious as to how I can make a video as my header instead of the blue background?
Read more
Continue reading...
<html> <head> <title>My Site Name</title> </head> <body> <!-- Load Facebook SDK for JavaScript --> <div id="fb-root"></div> <script async defer src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2"></script> <!-- Your embedded video player code --> <div class="fb-video"...
Read more
Continue reading...