Like Button like Wjunction, + HowTo enable comment on Pages

Status
Not open for further replies.

xadaya

Active Member
44
2011
1
0
As the title says I need help with these things regarding my wordpress blog..

can any1 share me code the like button like wjunction has?

Also I need to enable comments on my wordpress page.. how to?

Thank you.
 
4 comments
how to enable/disable wordpress comments?

URL: http://en.support.wordpress.com/enable-disable-comments/

about the like button same question as CloudShadow but i'll give you the code

Facebook +1 Code:

PHP:
<iframe src=”YOURSITEURL?href=<?php the_permalink() ?>&layout=button_count&show_faces=false&width=80&action=like&font=lucida+grande&colorscheme=light” allowtransparency=”true” style=”border: medium none; overflow: hidden; width: 80px; height: 21px;” frameborder=”0″ scrolling=”no”></iframe>
Source: (URL)

Google +1 Code:

PHP:
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

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

for custom code/size + for more info visit this

http://code.google.com/apis/+1button/

thank you :)
 
@Ca
when adding the facebook code in my headper.php it says like these" Error encoding as us-ascii: /usr/bin/iconv: illegal input sequence at position 4802" also I already edited the site URL but same error.
 
got this code from WJ no idea if its right or not but try this

PHP:
<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3">

<div style="float:right; margin-right: -5px; margin-top: -10px; padding-bottom: 1px;">
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like href="" layout="button_count" show_faces="true" width="40" font=""></fb:like>
</div>
<div style="float:right; margin-right: -10px; margin-top: -10px; padding-bottom: 1px;">

<g:plusone size="medium"></g:plusone>
</div>
 
Status
Not open for further replies.
Back
Top