- From: Melvin Carvalho <melvincarvalho@gmail.com>
- Date: Wed, 30 May 2012 16:38:33 +0200
- To: public-rww <public-rww@w3.org>
- Message-ID: <CAKaEYh+B_w5JT4VndRVD3oXSO0kO6ZZ8M9Agra=MT43RtKwG1g@mail.gmail.com>
I wrote a quick jsfiddle that allows you to use the my profile pingback
service as a generic federated messaging system
You can try / fork it here
http://jsfiddle.net/9LbLz/1/
The code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "
http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:pingback="
http://purl.org/net/pingback/">
<head>
<title>Pingback Service</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>
<body typeof="pingback:Container">
<form method="post" action="https://my-profile.eu/pingback.php">
<p>source: <input type="text" property="pingback:source" name="source"
/></p>
<p>target: <input type="text" property="pingback:target" name="target"
/></p>
<p>comment: <input maxlength="256" type="text" name="comment" /></p>
<p><input type="submit" name="submit" value="Send" /></p>
</form>
</body>
</html>
Worked for me in firefox no problem.
Received on Wednesday, 30 May 2012 14:39:11 UTC