Topic on Extension talk:TwitterTag

Error: No Twitter Widget ID provided. Please see usage instructions.

2
Pneuma01 (talkcontribs)

I tried to make a template to make it easier to use, but it doesn't work.

<twitter {{#if:{{{followed|}}}| likes-screen-name="{{{followed|}}}"| screen-name="{{{username|{{{1|Minecraft}}}}}}"}}{{#if:{{{statusid|{{{2|}}}}}}|tweet-id="{{{statusid|{{{2|}}}}}}"}}{{#if:{{{listed|}}}| list-slug="{{{listed|}}}"}}{{#if:{{{height|}}}| height="{{{height}}}"}}{{#if:{{{lang|}}}| lang="{{{lang}}}"}} width="{{{width|400}}}"/>

I changed the output to "span" instead of "twitter", but there seems to be no mistake in the tags.

Does anyone know the cause of this?

Thank you!

01miki10 (talkcontribs)

Tags don't work properly with parser functions inside them. Use {{#tag:twitter}} instead.