Github Pages Jekyll posts time off - github

I have this time in my posts markdown 2016-08-25 17:00:00 -0500
but Github Pages is displaying my post on the 26th...
Github is also doing this weird thing with my time in the preview of my post markdown files on Githubs website.
How do I fix the timezone on my Github page? It's screwing up the post urls I want to link to.
Github is forcing my posts to -0700 and I'm trying to use -0500.. Any ideas?

In your _config.yml, set :
timezone: America/New_York
or whatever timezone you're in.

Related

Facebook Comment Mirroring doesn't work part of the time

EDIT: This has been confirmed as a bug by Facebook. You can follow its' progress here: https://developers.facebook.com/bugs/1624076297911442/
We have set up Facebook Comment mirroring and it isn't mirroring the comments from Facebook to our website all the time. The URLs are posted utilizing the exact same tactics (no extra slash, no www, etc.). The URL that is loaded in the DOM on the page is the same exact URL that is posted on Facebook.
Here is an example of an article not working:
FB: https://www.facebook.com/djboothnet/posts/10153619844952006
URL: http://djbooth.net/news/entry/2015-05-23-eminem-childhood-home-bricks
Here is an example of an article working:
FB: https://www.facebook.com/djboothnet/posts/10153621575602006
URL: http://djbooth.net/news/entry/2016-05-24-oprah-paul-mccartney-kanye-west-block
These ARE new web pages that were created after we enabled the setting. Look at the posted date on the entries. There are entries older than that Eminem one that have comment mirroring working.
Example:
http://djbooth.net/news/entry/2016-05-23-biggie-grape-juice-big-poppa-lyrics
https://www.facebook.com/djboothnet/posts/10153619528772006
Comment mirroring only works for new URLs, that you added the comments plugin to for the first time after comment mirroring was enabled.
There is no way to activate it for older URLs, that have already been commented on before.
I have also noticed that not all posts has a comments mirroring. You can ensure and get more information from the Facebook API about if posts has comments_mirroring_domain filled with proper domain.
Please follow the checklist: https://stackoverflow.com/a/40578720/1815881
Notice, that From 6th Feb 2018 Facebook comments mirroring is deprecated and no longer supported.
Comment Mirroring: Pages that currently have Comment Mirroring enabled
will continue to mirror comments for the next 90 days. Full
deprecation of Comment Mirroring will conclude on 2/6/2018. Comment
Mirroring is no longer available for Pages that do not have it enabled
already.
https://developers.facebook.com/blog/post/2017/11/07/changes-developer-offerings/

Facebook RSS feed for page returns error 404

i was using this URL to get RSS feed of my page:
"https://www.facebook.com/feeds/page.php?format=rss20&id="
but it stops working.. Is there a new URL or an alternative to simply get RSS 2.0 out of my page?
Thanks!
Please use the StackOverflow search befor posting a new question. Have a look at the following question of today:
Facebook RSS feeds have stopped working
The RSS JSON feed has been deprecated since 28th of January 2015. See:
https://developers.facebook.com/docs/apps/changelog#v2_2_90_day_deprecations
The Pages JSON feed (e.g. https://www.facebook.com/feeds/page.php?id=%2019292868552&format=json) is now deprecated and will stop returning data from Jan 28, 2015 onwards. Developers should instead call the feed edge on the Graph API's Page object: /v2.2/{page_id}/feed.
The good news are:
We are restoring the Page RSS feed immediately. The fix should be deployed in the next 24 hours and I'll let you know as soon as the RSS feed is functional again.
And the bad:
Please note that we will be deprecating the Page RSS feed in the first half of this year. We'll announce a 90 day breaking change as we did for the Page JSON feed.
https://developers.facebook.com/bugs/1539780319626180/
So its possible to use the service again, but for a limited time

Facebook not giving meta preview for new Wordpress posts

I have had issues with Facebook not showing preview image before, but now Facebook doesn't suggest preview at all on our new Wordpress posts, the oldest one being one month old. And there seems to no difference on those posts OG metadata than with those older posts that does get preview correctly.
This month old post doesn't get preview at all: http://markokaarto.fi/kuinka-sijoitan-asuntoihin/
This one gets:http://markokaarto.fi/vmaiset-remonttimiehet/
Try using a URl shortner are you posting on a specific page or a facebook group please specify, also keep the text discription of the post limited to 90 characters.

How can I restore old posts after merging a Facebook Page with a Facebook App?

I merged a Facebook app and page a few months ago. The merge finished, but we lost a lot of content.
The strange thing is that the "lost" content is still appearing on our iframe widget, but not the Facebook page.
Facebook page: http://www.facebook.com/dabball
Website with iframe widget: dabball.com
iframe widget URL: http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D171983012847806&width=360&colorscheme=light&show_faces=true&border_color=white&stream=true&header=false&height=484
The outcome I'm looking for is to see all of the posts from September 2011 through December 2012 in our Facebook page, facebook.com/dabball
Is this something that Facebook can help with?
Hopes you read the fb note when merging the page that your all posts lost of duplicate page
and you can store the wall post using facebook app but there is no restore option and if using timeline page than you can do something which fulfills your need you can post your all previous post with the date of the post through app or you can post manually and change its date i suggests post manually as i think you just need to post maximum previous 5 days post because all the previous post is automatically hide but people can see them by scrolling down

Facebook stopped pulling metadata for certain blog posts despite all posts using the same PHP template

I'm currently using Drupal 6 with a special content type template for all blog posts. At the moment we're not using OG tags but I have it pull the main metadata with content-type, title, image, and description tags and it was working just fine until today.
Despite at least the last 3 posts still displaying properly in URL Linter, the newest for today won't pull any of the metadata. A few other ones I tested at random from the archive aren't pulling information properly either, but the majority are still working.
What would cause a discrepancy in Facebook's URL Linter between pages using the same template?
What is the url? Are the tags in the header? Are you able to test switching to their new OG open graph tags? Facebook has been known to deprecate old functionality with little to no warning - and perhaps the old url's are working still because Facebook has already cached the data. It looks like a lot of people are having this same issue - and I am assuming Facebook will fix it soon if it isn't already fixed.