Tagged Questions
1
vote
1answer
77 views
Rails: Why am I getting the wrong link on this pingback?
So I almost have a pingback sender ready for my rails app (people post links to content and donate to them). Almost.
I've borrowed heavily from the code here:
...
0
votes
1answer
432 views
Trackback implementation: rel=“trackback” vs RDF
I want my Rails App to parse external websites for a trackback URL but I'm not really sure if I should just look for a
<a href="url" rel="trackback">Text</a>
or follow the RDF ...