Twitter Feeds on the footer - html

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.

Related

what we have to do with a adsense html code

I have recently started a Blog, The blog is made using Blogger, Then I thought of preparing my site to show ads and then I created a Adsense account and then in the sites section I had given the URL of My Blog and after some days I saw the sites section and there was written that needs attension, Then I clicked on it and I found that there was wriiten a Notice and a code which I have pasted below :-
Copy and paste this code in the HTML of your site, between the and tags.
Your AdSense code
<script data-ad-client="ca-pub-4836518523777258" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Now I am Confused That where I have to add this code, In my blog theme's HTML which I have installed currently or some where else can someone tell me.
You have actually to connect Blogger to Google AdSense. They have a direct connection, you don't need to add any code.
If you already have Google AdSense
Go to the Earnings Tab on Blogger (top bar, in the dropdown)
Link Your AdSense Account to your Blogger Account there
Specify Where to Display AdSense, you'll have there 3 places to choose from
Go to Your Blog Layout (left menu, "Layout")
Add the AdSense Gadget
Done! You have now ads

Instagram embed post not working on wordpress

When I try to embed an instagram post I get the message unexpected json response.
<script async src="//www.instagram.com/embed.js"></script>
This is the last line of the embed code, and when I remove it it works, but then instead of the picture it display the 'view on instagram' text.
Adding http:// to the link doesn't help.
Wordpress doesn't support unsigned Instagram embeds anymore, due to the changes in Instagram API: https://make.wordpress.org/core/2020/09/22/facebook-and-instagram-embeds-to-be-deprecated-october-24th/
Above thread suggests to use oEmbed Plus plugin to workaround this: https://wordpress.org/plugins/oembed-plus/

Twitter widget not embedding properly

I am trying to embed a public twitter profile onto the frontpage of my website and I am having difficulty getting it to work. I went to twitter and created this"
<a class="twitter-timeline" data-theme="dark" data-link-
color="#FAB81E" href="https://twitter.com/danacarlin3?
ref_src=twsrc%5Etfw">Tweets by danacarlin3</a>
<script async src="https://platform.twitter.com/widgets.js"
charset="utf-8"></script>
I tried to add this in to my html but all that shows up is a link to my twitter. All of the tutuorials I have watched have the entire feed sitting there. Am I forgetting to do something? I wanted to add this into an iframe but haven't even got that far because I Can't understand why it isn't showing up.
Dana

Embedding Twitter widget on 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

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+