
Comments on Blogger made under the post. Main page that has links to comments under each post to see a posting you must click to see new comments. There is no facility to put in the public comment.
Friend Google Gadget that provides Wall Comments that you can put in the sidebar to invite public comment. Gadget followers who are upgrading to a Friend Link gadgets and so now can not add gadgets in a way that the two expressions. If you have a Custom Domain you can only add the gadget Friend Connect in the usual way.
How to make Comment Wall is as follows:
1. Install Gadget FOLLOWER
If you do not have a gadget in a FOLLOWER the first step is to install in the usual way to add gadgets to the blog. Login at Blogger.com and click Layout for your blog in the Dashboard. In the Page Elements subtab and click Add Gadgets link in the popup window and click followers gadget. Blog this new gadget is the default.
2. Take the ID site.
The next step is to get the id number of your blog site. Login at Blogger.com and click the View Blog link on Dashboard for blog. Blog will open in your browser. click ----> view Page Source from the browser menu. Page Source Ctrl + F to do (Edit ---> find) search FOLLOWER gadget. Will look like this:
3.Script Comment Wall ( HTML/JavaScript gadget )
Change ID_NUMBER with id which you have a copy earlier.
save and finished ...
Friend Google Gadget that provides Wall Comments that you can put in the sidebar to invite public comment. Gadget followers who are upgrading to a Friend Link gadgets and so now can not add gadgets in a way that the two expressions. If you have a Custom Domain you can only add the gadget Friend Connect in the usual way.
How to make Comment Wall is as follows:
1. Install Gadget FOLLOWER
If you do not have a gadget in a FOLLOWER the first step is to install in the usual way to add gadgets to the blog. Login at Blogger.com and click Layout for your blog in the Dashboard. In the Page Elements subtab and click Add Gadgets link in the popup window and click followers gadget. Blog this new gadget is the default.
2. Take the ID site.
The next step is to get the id number of your blog site. Login at Blogger.com and click the View Blog link on Dashboard for blog. Blog will open in your browser. click ----> view Page Source from the browser menu. Page Source Ctrl + F to do (Edit ---> find) search FOLLOWER gadget. Will look like this:
......
......
google.friendconnect.container.renderMembersGadget(
{ id: "div-1238464215135",
site: "ID_NUMBER" },
skin);
</script>
Copy ID_number tersebut.
3.Script Comment Wall ( HTML/JavaScript gadget )
<!-- Include the Google Friend Connect javascript library. -->
<script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
<!-- Define the div tag where the gadget will be inserted. -->
<div id="div-comment-wall" style="width:210px;border:1px solid #cccccc;"></div>
<!-- Render the gadget into a div. -->
<script type="text/javascript">
var skin = {};
skin['BORDER_COLOR'] = '#cccccc';
skin['ENDCAP_BG_COLOR'] = '#e0ecff';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#0000cc';
skin['ALTERNATE_BG_COLOR'] = '#ffffff';
skin['CONTENT_BG_COLOR'] = '#ffffff';
skin['CONTENT_LINK_COLOR'] = '#0000cc';
skin['CONTENT_TEXT_COLOR'] = '#333333';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['DEFAULT_COMMENT_TEXT'] = '- add your comment here -';
skin['HEADER_TEXT'] = 'Comments';
skin['POSTS_PER_PAGE'] = '5';
google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderWallGadget(
{ id: 'div-comment-wall',
site: 'ID_NUMBER',
'view-params':{"disableMinMax":"true","scope":"SITE","allowAnonymousPost":"true","features":"video,comment","startMaximized":"true"}
},
skin);
</script>
Change ID_NUMBER with id which you have a copy earlier.
save and finished ...
Related Article for this post :
0 comments:
Post a Comment