Social media HTML code for Dreamweaver?

btalent60

New member
I have made a simple website using dreamweaver. I would like to add social media buttons to the bottom of the page to allow people to share the page.

I have looked on google plus and they say for example:

<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></g:plusone>

<!-- Place this render call where appropriate -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

I place the top line at the bottom of the page where I want the button and the rest in the body of the page - BUT NOTHING HAPPENS! I have tried this with the facebook button too.

Can anyone help please?
 
Back
Top