Inserting the latest blog page to a web page

Inserting the latest blog page to a web page

Author
Discussion

JABB

Original Poster:

3,583 posts

236 months

Saturday 13th April 2013
quotequote all
I have a web site and a tumblr blog. Is there a way of putting the latest blog entry in a box on my web sire home page, and would this help with google rankings?

shed driver

2,157 posts

160 months

Sunday 14th April 2013
quotequote all
Maybe an RSS feed? Or very rubbish way would be an <iframe> (shudder).

SD.

davepoth

29,395 posts

199 months

Sunday 14th April 2013
quotequote all
shed driver said:
Maybe an RSS feed? Or very rubbish way would be an <iframe> (shudder).

SD.
<div> layer is probably the modern way of doing it.

bishbash

2,447 posts

197 months

Sunday 14th April 2013
quotequote all
You'll need to dig into the Tumblr api, specifically this part http://www.tumblr.com/docs/en/api/v2#posts
It's not too difficult, but will need a bit of coding to get it set up right.

arcturus

1,489 posts

263 months

Monday 15th April 2013
quotequote all

JABB

Original Poster:

3,583 posts

236 months

Monday 15th April 2013
quotequote all
arcturus said:
No
Tumblr seem to have removed the goodies link

arcturus

1,489 posts

263 months

Monday 15th April 2013
quotequote all
Shame. If you were able to use Google's Blogger instead I could tell you exactly how to do it!

andyps

7,817 posts

282 months

Monday 15th April 2013
quotequote all
arcturus said:
Shame. If you were able to use Google's Blogger instead I could tell you exactly how to do it!
As I use Google's Blogger please will you tell me!

arcturus

1,489 posts

263 months

Monday 15th April 2013
quotequote all
Sure: I was going to reply in this forum but it kept screwing up the code snippets that i needed to post.

So I wrote a blog page about it instead. Enjoy!!

andyps

7,817 posts

282 months

Monday 15th April 2013
quotequote all
arcturus said:
Sure: I was going to reply in this forum but it kept screwing up the code snippets that i needed to post.

So I wrote a blog page about it instead. Enjoy!!
Many thanks!