Tumblr "Sourceurl" only showing on certain posts - html

For some reason, on my blog, the source url is only showing up on some posts, and I can't figure out why.
This post here: http://kylesethgray.com/post/49192734862/smartphone-feud
and this one: http://kylesethgray.com/post/48863233123/twitter-for-mac-updated
both have the 'content source' url filled out in the post Data, but only the 'twitter for mac' post shows it on the site.
This has happened on some other posts too, and I don't know why it is. They're both 'link' posts, so anything and everything in the theme code is the same.

Looks like I fixed it. I guess tumblr has a bug where it won't recognize URLS without 'www'

Related

It is possible to get the slug or the last path of a blogger post URL?

There's many codes created by Blogger to call things at the blog
For example:
data:post.url
That gets the URL of the blog's posts for example:
https://www.blog.blogspot.com/2018/07/slug-of-the-url.html
But what about getting the slug or the last path of a blogger's post?
I have tried with these codes:
data:post.urlLastPath
data:post.urlSlug
But without success.
So I think someone here may know how to do this process
Pick from the Blogger's Post URL for example:
https://www.blog.blogspot.com/2018/07/slug-of-the-url.html
The slug or the last path that looks like this for example:
slug-of-the-url
That using only the bloggers codes, HMTL, XML or CSS, because i cant use Java-Script because i’m building an AMP (accelerated mobile pages) ready site.

Blogger post thumbnail not working in home

My blog
Recently i am getting no thumbnail in some of my blogger post which is shown in the home menu. I am using custom template. But i don't think the template has issues. Because i tried with some other custom templates. But the thing is its showing thumbnail correctly in stock template like flipcard, sidebar. Also it is showing correctly in mobile view. Even if i delete and repost the same post this problem occurs.
But if i try some random name for my post like "asdasdsawfe" the thumbnail sometimes works. Can anyone tell me what i am doing wrong.
Never mind just figured it out. My template didn't support special character. So the character (') was the reason for it.

How do I make the title a clickable link on tumblr post?

I've been trying to figure this out for days, but basically, I'm trying to create it so that when I create a post on Tumblr, the title is clickable. At the moment, the only link is the tiny timestamp on the photo, and it's not obvious that some of my blog posts even exist.
I think this is the code I need to edit, but I can't work out exactly what I need to add:
<div class="inner">{block:Title}
<h4>{Title}</h4>{/block:Title}
I've tried adding: {Title} as suggested online, but that doesn't work at all. Can anyone help?
My website: http://wildwood-shore.tumblr.com

Sharing a blog post on facebook showing wrong information

I'm trying to share a blog post on facebook. I originally didn't set a featured image, so it took a random one and now I can't get it to choose the featured image at all. I've cleared my blog cashe, the firefox cashe and even tried google chrome, and it still shows the wrong pic. I even went as far as to change the pic on my post, and it still shows the wrong pic.
Any ideas where the problem is and how do I clear it?
+
I found an answer.
Facebook has it's own cashe so you can go to their debugger tool and see what it will produce.
https://developers.facebook.com/tools/debug/
You can also get it to reload the information and be able to produce the required result

Pull wall post from Facebook to external site?

Using a permalink for a particular post, I would like that post to be displayed in its entirety within an iframe or a div tag. That is: likes, comments and shares and the Fb format for a post would all be displayed on an external site. Thus, a wall-post like this one https://www.facebook.com/cnn/posts/200591363341827 would appear exactly as is, except within my site.
This doesn't exist as a plug in. You would need to write something yourself to pull all the data you want, and then display it on your page.
Do you mean a div that represents a wall post and comments that relate to the topic at a URL link?
Refer to:
https://developers.facebook.com/docs/reference/plugins/comments/
Also, look up other stuff that relates to social plugins at: https://developers.facebook.com/docs/plugins/