Delicious embeded script not working?
Forum » Help / Editing pages » Delicious embeded script not working?
Started by: dpcdpc
On: 1246106017|%e %b %Y, %H:%M %Z|agohover
Number of posts: 7
rss icon RSS: New posts
Delicious embeded script not working?
dpcdpc 1246106017|%e %b %Y, %H:%M %Z|agohover

I add this to my site:

+ My links
[[embed]]
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/tags/dpc.ucore.info?title=&count=100&sort=alpha&flow=cloud&name&showadd&color=73adff-3274d0&size=12-20"></script>
[[/embed]]

and I get this:
http://dpc.ucore.info/main:interest

Why no cake?

unfold Delicious embeded script not working? by dpcdpc, 1246106017|%e %b %Y, %H:%M %Z|agohover
Re: Delicious embeded script not working?
RobElliottRobElliott 1246109747|%e %b %Y, %H:%M %Z|agohover

I don't know anything about cake I'm afraid. However if what you are wanting is this:

Then you can do this using the normal html codeblock/iframe combination. I sound like a cracked record (for those that remember them) as I always seem to end up sayng the same thing. Well, either a cracked record or an old man who just sits in the corner of the pub muttering the same thing to himself over and over again: "codeblock, iframe, codeblock, iframe…"

So what you need is an html codeblock with your script inside it:

[[code type="HTML"]]
<html>
<body>
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/tags/dpc.ucore.info?title=&count=100&sort=alpha&flow=cloud&name&showadd&color=73adff-3274d0&size=12-20"></script>
</body>
</html>
[[/code]]

Wrap that in [!-- --] comment tags.

Then reference that codeblock with an iframe:

[[iframe http://strathviewconsultants.wikidot.com/support:sandbox/code/12 frameborder="0" scrolling="no" width="300px" height="250px"]]

It was the 12th codeblock on that page which is why it says /code/12. More likely it will be your first or only codeblock so use /code/1.

Which gives the result above.

Simples.
aleksandr_sm.jpg

Rob


ad5.png
last edited on 1246110884|%e %b %Y, %H:%M %Z|agohover by RobElliott + show more
unfold Re: Delicious embeded script not working? by RobElliottRobElliott, 1246109747|%e %b %Y, %H:%M %Z|agohover
Re: Delicious embeded script not working?
Helmuti_pdorfHelmuti_pdorf 1246111726|%e %b %Y, %H:%M %Z|agohover

In the corner muttering ! :))

Lets make a chorus…

But the question is : ( I can remember) - there were some dasys ago the info - delicius.com is nt longer supported in embed ?


Service is my success. My webtips:www.blender.org, www.zusi.de (Demo-Video)

Wollen Sie Wikidot helfen im deutschen » Handbuch ?

unfold Re: Delicious embeded script not working? by Helmuti_pdorfHelmuti_pdorf, 1246111726|%e %b %Y, %H:%M %Z|agohover
Re: Delicious embeded script not working?
gerdamigerdami 1246112357|%e %b %Y, %H:%M %Z|agohover

The problem with the parser and embedded services appears from time to time when the user customises the embedded solution. It happened to me with AddThis and reported it as ticket:268 at pro.wikidot.com.

unfold Re: Delicious embeded script not working? by gerdamigerdami, 1246112357|%e %b %Y, %H:%M %Z|agohover
Re: Delicious embeded script not working?
(account deleted) 1246111024|%e %b %Y, %H:%M %Z|agohover

It is weird… because wikidot surely support favicon.ico del.icio.us tagrolls as mentioned at http://www.wikidot.com/doc:embedding.

Can you switch the wiki code to…

[[embed]]
<script type="text/javascript" src="http://del.icio.us/feeds/js/tags/dpc.ucore.info?icon;size=12-20;color=73adff-3274d0;title=;count=100;sort=alpha;flow=cloud;name;showadd"></script>
[[/embed]]

I have tried it and it working 100%… actually modifying your src parameter in the iframe is quite tricky at first… but after I know it… this seem not a problem at all…

Result

Or maybe using gerdami method?

last edited on 1246111900|%e %b %Y, %H:%M %Z|agohover by (account deleted) + show more
unfold Re: Delicious embeded script not working? by (account deleted), 1246111024|%e %b %Y, %H:%M %Z|agohover
Re: Delicious embeded script not working?
gerdamigerdami 1246111061|%e %b %Y, %H:%M %Z|agohover

I don't know how you created your code from http://delicious.com/help/linkrolls but this code works for you:

[[embed]]
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/dpc?title=&count=100&sort=alpha&flow=cloud&name&showadd&color=73adff-3274d0&size=12-20"></script>
[[/embed]]

gives

However, the wikidot parser does not recognise the delicious code when I added the additional tags:

[[embed]]
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/gerdami?title=&icon=s&count=5&bullet=%E2%80%A2&sort=date&tags&extended&name&showadd"></script>
[[/embed]]

gives

while
[[embed]]
<script type="text/javascript" src="http://feeds.delicious.com/v2/js/gerdami/rss?title=&icon=rss&count=5&bullet=%E2%80%A2&sort=alpha&tags&extended&name&showadd"></script>
[[/embed]]

gives (look for "gerdami/rss" )
Sorry, no match for the embedded content.

=> This thread should be moved to the bug forum section.
last edited on 1246111205|%e %b %Y, %H:%M %Z|agohover by gerdami + show more
unfold Re: Delicious embeded script not working? by gerdamigerdami, 1246111061|%e %b %Y, %H:%M %Z|agohover
Re: Delicious embeded script not working?
dpcdpc 1246388050|%e %b %Y, %H:%M %Z|agohover

Thank you all for your great support. You deserve a big cake. :)

I think this is a bug though. The iframe + codeblock is nice, but is really a hack.

unfold Re: Delicious embeded script not working? by dpcdpc, 1246388050|%e %b %Y, %H:%M %Z|agohover
New post

Bookmark and Share

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.