HTML - Post ID 201151

User 2233166 Photo


Registered User
5 posts

I copied and pasted a follow me button from twitter via html, but instead of a graphic, all I have is a "Follow @crossflix text" how do i make the graphic?
User 187934 Photo


Senior Advisor
20,247 posts

Is it that way on the live site or just when you preview?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2233166 Photo


Registered User
5 posts

actually both. i copied the html directly from the twitter site and on actual page and preview i only get text
User 187934 Photo


Senior Advisor
20,247 posts

Try putting the http: in the iframe code.:)
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2233166 Photo


Registered User
5 posts

Thanks for your help so far, last question is how do i insert iframe?
User 271657 Photo


Ambassador
3,816 posts

Try putting the http: in the iframe code.:)

Michael, the Twitter code snippet is already within an Iframe. You just copy/paste that whole block of code from the Twitter site. Then, on your page within the Twitter code, find your URL in the code and put http:// in front of the www.
I don't know why it's not in there to begin with, but you should see your Twitter button after you add it ;)
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
User 2233166 Photo


Registered User
5 posts

I tried that and still nothing, this is the code that shows up, what should i put instead?:

<a href="https://twitter.com/crossflix" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @crossflix</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
User 187934 Photo


Senior Advisor
20,247 posts

This works for me.
<a href="http://twitter.com/crossflix" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @crossflix</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.