I can't figure out what the correct feedburner feedflare code for Joomla with ARTIO should be.
Any ideas?
For reference-----
Generic code is:
<script src="
feeds.feedburner.com/~s/haZulaNews?i=POST-URL-HERE" type="text/javascript" charset="utf-8"></script>
Be sure to replace the “POST-URL-HERE” with a template tag that works in your blogging platform.
Drupal Code is:
<script src="
feeds.feedburner.com/~s/haZulaNews?i=
mysite.com<?php print $node_url ?>" type="text/javascript" charset="utf-8"></script>
(Make sure to change “mysite.com” to your site’s actual domain name.)