23,019
edits
m (Text replacement - "#widget:Twitter|id=" to "#widget:Twitter|user=") |
No edit summary |
||
Line 1: | Line 1: | ||
'''Social media boxes''' are boxes that hold social media information designed to appear on several pages. | '''Social media boxes''' are boxes that hold social media information designed to appear on several pages. | ||
==Discord widget== | |||
To add your Discord to your [[Special:MyPage|user page]], use the following code: | To add your Discord to your [[Special:MyPage|user page]], use the following code: | ||
Line 24: | Line 23: | ||
---- | ---- | ||
If you want your discord widget to be a certain size and use a | If you want your discord widget to be a certain size and use a light theme you can use the following: | ||
<pre>{{#widget:Discord|id=258355019781242883|width=350|height=500|theme=light}}</pre> | <pre>{{#widget:Discord|id=258355019781242883|width=350|height=500|theme=light}}</pre> | ||
Line 30: | Line 29: | ||
Changing the "width" and "height" to whatever you want. | Changing the "width" and "height" to whatever you want. | ||
==Twitter widget== | |||
===User feed=== | |||
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: | ||
Line 58: | Line 58: | ||
Changing the "width" and "height" to whatever you want. | Changing the "width" and "height" to whatever you want. | ||
=== | ===Individual tweet=== | ||
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>{{#widget: | <pre>{{#widget:Twitter|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 66: | 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>{{#widget: | <pre>{{#widget:Twitter|id=896142208952184832}}</pre> | ||
{{#widget: | {{#widget:Twitter|id=896142208952184832}} | ||
==See also== | ==See also== |