Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Basics Managing Media in WordPress Embedding External Media in WordPress

Kevin Parnell
Kevin Parnell
1,572 Points

Instagram link is not working in a post

I have embedded my personal instagram link into a post and it won't work. It doesn't automatically embed. Does anyone know why? https://www.instagram.com/p/-WBnBBs-T_/?taken-by=aairmale

2 Answers

In order to embed a link onto a post/page you need to write it like this:

<a href="https://www.My-link.com/">My Link as Shown to User</a>

Where the "https://www.My-link.com/" is your actual link and "My Link as Shown to User" is what you'd like the blue link text to display.

In your case it will look like this:

 <a href="https://www.instagram.com/p/-WBnBBs-T_/?taken-by=aairmale">My instagram account</a>

Be sure to write the text under the "text" section of your post as opposed to the "visual"

Derek Gella
Derek Gella
15,215 Points

The twitter and Kickstarter links did not embed for me either. Perhaps it's a small bug in WordPress?