23,019
edits
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
To add your Discord to you [[Special:MyPage|user page]], use the following code: | To add your Discord to you [[Special:MyPage|user page]], use the following code: | ||
<pre> | <pre>{{#widget:Discord|id=DISCORDSERVERID}}</pre> | ||
And make sure to replace DISCORDSERVERID with your Server ID found under "Widget" in the "Server Settings" area on your discord. | And make sure to replace DISCORDSERVERID with your Server ID found under "Widget" in the "Server Settings" area on your discord. | ||
Line 14: | Line 14: | ||
For example, here's how to display Halopedia's discord: | For example, here's how to display Halopedia's discord: | ||
<pre> | <pre>{{#widget:Discord|id=258355019781242883}}</pre> | ||
{{#widget:Discord|id=258355019781242883}} | |||
---- | ---- | ||
If you want your discord floated to the right, use this code on your user page: | If you want your discord floated to the right, use this code on your user page: | ||
<pre>{{Right| | <pre>{{Right|{{#widget:Discord|id=258355019781242883}}}}</pre> | ||
---- | ---- | ||
If you want your discord widget to be a certain size and use a dark theme you can use the following: | If you want your discord widget to be a certain size and use a dark theme you can use the following: | ||
<pre> | <pre>{{#widget:Discord|id=258355019781242883|width=350|height=500|theme=light}}</pre> | ||
Changing the "width" and "height" to whatever you want. | Changing the "width" and "height" to whatever you want. | ||
===Twitter widget=== | ===Twitter widget=== | ||
To add your Twitter to you [[Special:MyPage|user page]], use the following code: | To add your Twitter to you [[Special:MyPage|user page]], use the following code: | ||
<pre> | <pre>{{#widget:Twitter|id=TWITTERNAME}}</pre> | ||
And make sure to replace TWITTERNAME with your Twitter handle. | And make sure to replace TWITTERNAME with your Twitter handle. | ||
Line 41: | Line 40: | ||
---- | ---- | ||
For example, here's how to display Halopedia's | For example, here's how to display Halopedia's Twitter: | ||
<pre> | <pre>{{#widget:Twitter|id=Halopedia}}</pre> | ||
{{#widget:Twitter|id=Halopedia}} | |||
---- | ---- | ||
If you want your twitter floated to the right, use this code on your user page: | If you want your twitter floated to the right, use this code on your user page: | ||
<pre>{{Right| | <pre>{{Right|{{#widget:Twitter|id=TWITTERNAME}}}}</pre> | ||
---- | ---- | ||
If you want your twitter widget to be a certain size and use a dark theme you can use the following: | If you want your twitter widget to be a certain size and use a dark theme you can use the following: | ||
<pre> | <pre>{{#widget:Twitter|id=TWITTERNAME|width=350|height=500|theme=dark}}</pre> | ||
Changing the "width" and "height" to whatever you want. | Changing the "width" and "height" to whatever you want. | ||
===Tweet widget=== | |||
If you want to link a specific tweet itself, use the following code. | If you want to link a specific tweet itself, use the following code. | ||
<pre> | <pre>{{#widget:Tweet|id=TWEETID}}</pre> | ||
And make sure to replace TWEETID with the twitter post id found in the url of the tweet. | And make sure to replace TWEETID with the twitter post id found in the url of the tweet. | ||
Line 67: | Line 66: | ||
For example, here's how to display Halopedia's first tweet: | For example, here's how to display Halopedia's first tweet: | ||
<pre> | <pre>{{#widget:Tweet|id=896142208952184832}}</pre> | ||
{{#widget:Tweet|id=896142208952184832}} | |||
==See also== | ==See also== |