Is there a way of putting the facebook social plugins into page template php files?

Go to Facebook developers site For example, the Like Plugin http://developers.facebook.com/docs/reference/plugins/like/ Generate the code. You’ll get the generated code back in 2 blocks. The first is the SDK that must be added once on your page… preferably after the opening <body> tag. Depending on your theme you can paste that directly into header.php. If you … Read more