Test post for a Buzz based Blog Commenting system

There isn’t much to see here just yet, but I am just writing this as a test harness for a simple commenting system that I am developing using Buzz affectionatly named commently.
Maybyly I am taking the naming too far, but this is a simple service that allows you to embed comments into your blogging platform. The comments are synchronized with Buzz based on the feed that you push to Buzz.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p><span style="font-family: arial, helvetica, sans-serif;">There isn't much to see here just yet, but I am just writing this as a test harness for a simple commenting system that I am developing using Buzz affectionatly named commently.</span></p> <p /> <div><span style="font-family: arial, helvetica, sans-serif;">Maybyly I am taking the naming too far, but this is a simple service that allows you to embed comments into your blogging platform.</span></div> <div> <p><span style="font-family: arial, helvetica, sans-serif;">The comments are synchronized with Buzz based on the feed that you push to Buzz.</span></p> <p><span style="font-family: arial, helvetica, sans-serif;">It is super simple to start, simply embed the following javascript into your blog or website</span></p> <h2 style="font-family: Times; font-size: medium;">The 10 second "Getting Started" guide</h2> <span style="font-family: Times; font-size: medium;"> </span><div class="CodeRay"> <div class="code"><pre><script> </pre></div> </div> <div class="CodeRay"> <div class="code"><pre>var handler = function(data) { // data is an Buzz activity // data.replies is a list of the replies to the thread // data.likes is a list of the user likes on the thread }; </pre></div> </div> <div class="CodeRay"> <div class="code"><pre></script></pre></div> </div> <div class="CodeRay"> <div class="code"><pre><script src="http://commently.appspot.com/lib/comments.js?title=[Blog Title]&username=[Username]&callback=handler"></script></pre></div> </div> <p><span style="font-family: arial, helvetica, sans-serif;">Simply replace <em>[Username]</em> with your buzz name (paul.kinlan in my case); replace [Blog Title] with a url encoded title of your article as it appears in your ATOM or RSS feed; fill out the "handler" function with logic to construct a nice looking area for the comments.</span></p> </div>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2011-01-06T00:00:00+00:00) Test post for a Buzz based Blog Commenting system. Retrieved from https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/

MLA
" » Test post for a Buzz based Blog Commenting system." Paul Kinlan | Sciencx - Thursday January 6, 2011, https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/
HARVARD
Paul Kinlan | Sciencx Thursday January 6, 2011 » Test post for a Buzz based Blog Commenting system., viewed ,<https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/>
VANCOUVER
Paul Kinlan | Sciencx - » Test post for a Buzz based Blog Commenting system. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/
CHICAGO
" » Test post for a Buzz based Blog Commenting system." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/
IEEE
" » Test post for a Buzz based Blog Commenting system." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/. [Accessed: ]
rf:citation
» Test post for a Buzz based Blog Commenting system | Paul Kinlan | Sciencx | https://www.scien.cx/2011/01/06/test-post-for-a-buzz-based-blog-commenting-system/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.