Adding a Twitter Feed
-
IF YOU WANT TO ADD A BORDER......
Twitter's proprietary feed creator doesn't allow for adding a border, so this is the perfect time to exploit that technique—it draws more attention to your embedded tweet.
Go to: https://publish.twitter.com/
Give it your @userID, and in customization options, set the height to 350 or 400. Copy the code, which looks something like this:
<a class="twitter-timeline" data-height="400" data-link-color="#fe6c00" href="https://twitter.com/SGLibLaunchLab?ref_src=twsrc%5Etfw">Tweets by SGLibLaunchLab</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Now, paste it into a document—you need to prepare your Embed App before you can add it.
When you've added an Embed App to your page, copy the table. code below Paste it into your Embed App, and save it.
Go back to wherever you stashed the code for Twitter, and copy it. Replace (YOUR STUFF GOES HERE) with your tweet code. When you're done, you should have something that looks like this:<table style="width: 100%;" cellpadding="10" border="1" bgcolor="#fe6c00" align="center">
<tbody>
<tr>
<td>YOUR STUFF GOES HERE
</td>
</tr>
</tbody>
</table>
If you don't want your table to be Webster orange, find the hex code for a color you like better here.
All you need to do is replace fe6c00 with your new code, and save.