Hi,
Is it possible to config the viral plugin, so the embed code also contains a link back to the page for both SEO and "no flash" reasons?
The current code generates something like this
It would be great if it could include a link too, like:
Kind regards
Claus
Is it possible to config the viral plugin, so the embed code also contains a link back to the page for both SEO and "no flash" reasons?
The current code generates something like this
<object ...>
<param value ... />
<embed ... />
</object>
It would be great if it could include a link too, like:
<object ...>
<param ... />
<embed ....>
<a href="url" >Link text</a>
</embed>
</object>
Kind regards
Claus