#10 — deliverance diazo strip out fb: prefixes
by
Christian Ledermann
—
last modified
Dec 09, 2011 01:00 PM
| State | Unconfirmed |
|---|---|
| Version: |
—
|
| Area | Functionality |
| Issue type | Bug |
| Severity | Medium |
| Submitted by | Christian Ledermann |
| Submitted on | Dec 09, 2011 |
| Responsible |
—
|
| Target release: |
—
|
simplesocial inserts itself into the html as
<fb:like show_faces="true" layout="standard" colorscheme="light"
width="450px" action="like" font="" ref=""></fb:like>
after deliverance this becomes:
<like show_faces="true" layout="standard" colorscheme="light"
width="450px" action="http://iwlearn.net/abt_iwlearn/like" font=""
ref=""></like>
this makes it unusable with deliverance diazo.
<fb:like show_faces="true" layout="standard" colorscheme="light"
width="450px" action="like" font="" ref=""></fb:like>
after deliverance this becomes:
<like show_faces="true" layout="standard" colorscheme="light"
width="450px" action="http://iwlearn.net/abt_iwlearn/like" font=""
ref=""></like>
this makes it unusable with deliverance diazo.
- Steps to reproduce:
- from the deliverance mailinglist:
The HTMLParser used by both Deliverance and Diazo strips namespace
prefixes from the input as they are not valid HTML. ...
I suspect
with Deliverance it would be much easier to just update the add-on to
use the newer javascript facebook api (the fbxml stuff has been
deprecated.)
For this particular problem:
Facebook allows you also to create Like-button using <iframe> - I
suggest you try this approach as might be much more straightforward
than dealing with fb:tags.
No responses can be added.
If you can, please log in before submitting a reaction.
