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
13 views

Sending the same trackback multiple times: bad habit?

I need to develop a custom trackback/pingback module for a page where trackbacks/pingbacks are sent and received. Since I can only hook this code and not change it, I'm limited. There is a hook for ...
0
votes
2answers
375 views

Show Only Pings (Pingbacks+Trackbacks) Number on Wordpress

Is there a way to display just ping counts (number) on Wordpress? Actually there are comments_number function but that showing total count of comments, pingbacks and trackbacks.
0
votes
1answer
285 views

What is the proper mime-type on a link rel pingback (WordPress)?

This question applies to WordPress, but maybe someone knows if it applies universally? Is there a proper mime-type (type attribute) for this... ? <link rel="pingback" type="WHICH-TYPE/HERE?" ...
0
votes
1answer
189 views

Add URLs to list of urls to send pingbacks to in Wordpress

Is it ok to ask question about Wordpress development here? Any way i have a plugin that inject some HTML into a post to display some information from our site alternativeto.net. The plugin is located ...