Embedding Twitter widget on HTML - html

I have copied this from https://publish.twitter.com/# but not work properly only shows "A Twitter List by TwitterDev". What can I do now?
A Twitter List by TwitterDev

Related

How exactly do I create a new, separate page to my website in a Shopify theme?

I'm working on an e-commerce website that I'm making with Shopify and I've been using the Timber framework and building onto it and modifying it heavily.
You can create your page in the Shopify admin. The content box can contain HTML or JavaScript; just tap on the <> button to see the code.
The page will be rendered with the page.liquid template of your theme. If you want the FAQ page to have a different look from your other pages you can create an alternate page template.

Twitter card shown in twitter card validator but not on twitter feed

I am working on a c# webforms project and im using twitter cards to send image and description of the website.
in the validator the card displays correctly. I just get the yellow warning that "this card is redirected "url"". im not really sure if it affects if it displays or not. But when i post to my feed nothing shows. Just the text i write by myself from a tweet popup where you have to sign in if you arent logged into twitter.
this page uses routing and login so if you try to access a page where you have to be logged in you will be redirected to login page.
but the validator works both for the startpage and for your own pages . The twitter card tags are added dynamically in the master.cs
Any idea of what i should look for to solve this?
This might be easy to miss if you don't look for it. But there should be a link on the bottom right of your tweet that reads 'View details' (or 'view photo', or others depending on the card type). Twitter cards are not shown expanded on the feed.
See some examples here: https://twitter.com/HTMLAtSo
The 'view summary' link must be followed to view the expanded Summary Card

Social media icons for Simple Blogger Template

I need to add above mentioned social media icons into my blog. Currently I did it by using each and every page.So now I need to change the Simple Blogger template to add it once and appear it for all the articles.So how can I do that ? Which sections of blogging template should I change ? This should appears after the heading.
Go to Blogger Dashboard > Template > Edit HTML.
Search for <data:post.body/> and paste your sharing buttons code just above it > Save your template > Done

Twitter Feeds on the footer

I have always used twitter widget part but I am wondering how can I put the twitter feed just like this site on its footer?
http://www.oliverwyman.com/index.html
Twitter widget code I used
<a class="twitter-timeline" href="https://twitter.com/twitterapi" data-widget-id="YOUR-WIDGET-ID-HERE">Tweets </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>
The example doesn't appear to have a working twitter feed at the minute, but any sort of custom usage of the twitter information now requires use of OAuth authentication. If you visit the twitter API documentation at https://dev.twitter.com/docs then you will be able to find out more information.
Additionally, using javascript with OAuth is "strongly discouraged" according to https://dev.twitter.com/docs/twitter-libraries.

Facebook, Twitter, and Google +1 buttons using only HTML (No Javascript)

I would like to know if there is a method to create "share" buttons for Facebook, Twitter and Google +1 using only HTML, without any Javascript having to be inserted into the code at any point.
For example, you can use the methods described below to create these buttons dynamically; however they all end up loading Javascript dynamically and creating their own code behind the scenes:
http://developers.facebook.com/docs/reference/plugins/like/
http://twitter.com/about/resources/buttons
http://www.google.com/webmasters/+1/button/
The following links will register the appropriate Likes, Tweets and +1s:
http://www.facebook.com/sharer.php?u=http://example.com
http://twitter.com/share?url=http://example.com&text=Description
https://plusone.google.com/_/+1/confirm?hl=en&url=http://example.com
These links will work for Wordpress:
Facebook
Like
Twitter
Tweet
Google +1
+1
google plus not working in the above example.
I used this for google plus.
<div id="custom-google-button">
google+
</div>
In Wordpress :
google+
Linkedin :
<div id="custom-linkedin-button">
Linkedin
</div>
In Wordpress :
Linkedin
Sources :
https://developers.google.com/+/plugins/share/
https://developer.linkedin.com/documents/share-linkedin
This is a pretty useful article that provides the answer you are looking for without using any PHP - http://www.hanselman.com/blog/AddSocialSharingLinksToYourBlogWithoutWidgetJavaScript.aspx
TWITTER
Twitter
FACEBOOK
Facebook
GOOGLE+
Google+