I have a website on which I want to be able to tag a href elements with rel="tag" and then insert iframe code with the a href url before the start of each <a href element that's tagged.
So an example is:
So I want to tag a few of these links on my site with rel="tag"
and after they're tagged I want the javascript be able to detect links with the tag and insert iframe with the links url before the code to look like this:
PM me how much you'd charge for this. Shouldn't be too tough to implement from how much I understand Javascript.
So an example is:
Code:
<a href="htt://bllahnbla.co">Title of the page</a>
So I want to tag a few of these links on my site with rel="tag"
and after they're tagged I want the javascript be able to detect links with the tag and insert iframe with the links url before the code to look like this:
Code:
<iframe src="myothersite.com/tag=htt://bllahnbla.co" width="15" height="15" frameBorder="0"></iframe>
<a href="htt://bllahnbla.co" rel="tag">Title of the page</a>
PM me how much you'd charge for this. Shouldn't be too tough to implement from how much I understand Javascript.