What’s is Tagnetic Poetry

Tagnetic Poetry is another experiment using Flash to display your blog’s tag cloud. It was Merel Zwart who came up with the brilliant idea to mimic magnetic poetry. Because it re-uses most of the code used in WP-Cumulus, the 0.8 version should already be pretty stable.

How to add Tagnetic Poetry in your Blogger layout
 screenshot-1
Thanks to Amanda, its possible now to add Tagnetic Poetry to blogger. Amanda has succeeded in porting WP-Cumulus (Blogumus!) to Blogger. As Tagnetic Poetry is based on WP-Cumulus, I made a little change to her code and it really work.
Go to “Layout” > “Edit HTML” in your Blogger dashboard, and search for the following line (or similar):
<b:section class='right_sidebar' id='sidebar' preferred='yes'>
Immediatly after this line, paste the following section of code:
<b:widget id='Label99' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://bloggyimg.googlepages.com/swfobject.js' type='text/javascript'/>
<div id='flashcontent'>Tagnetic Poetry by <a href='http://www.roytanck.com/'>Roy Tanck</a> and<a href='http://www.bloggerbuster.com'>Amanda Fazani</a> modified by <a href='http://khammami.blogspot.com'>Khalil Hammami</a></div>
<script type='text/javascript'>
var so = new SWFObject(&quot;http://bloggyimg.googlepages.com/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;240&quot;, &quot;300&quot;, &quot;7&quot;, &quot;#ffffff&quot;);
// uncomment next line to enable transparency
//so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.addVariable(&quot;tcolor&quot;, &quot;0x333333&quot;);
so.addVariable(&quot;mode&quot;, &quot;tags&quot;);
so.addVariable(&quot;distr&quot;, &quot;true&quot;);
so.addVariable(&quot;tspeed&quot;, &quot;100&quot;);
so.addVariable(&quot;tagcloud&quot;, &quot;<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);
so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);
so.write(&quot;flashcontent&quot;);
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>

Customizing Tagnetic Poetry
I replaced the files of Blogumus by those of Tagnetic Poetry and the job is done.
To add your own touch please the tutorial already prepared by Amanda.
Thanks again to Amanda.

No comments:

Post a Comment