Github Pages adding avatar image to source - github-pages

I have been trying to increase the Google Page Speed rankings of my Github Pages site, but I am now getting these avatar images added to the source - and Google Page Speed is penalising me for them.
Does anybody know if there is a Github setting to disable this?
https://avatars0.githubusercontent.com/u/22068367?v=3&s=64
https://avatars3.githubusercontent.com/u/22068367?v=3&s=460

Related

Change the size of Google Photos after it been uploaded

I've been uploaded photos to Google Photos with original size instead of high quality.
Now, my Google storage (Drive) is full and I want to change the size of the already uploaded photos to the high quality option for unlimited photos backup.
How can I change the size of the photos after it already been uploaded?
Here is a screenshot with an explanation from Google:
Source of screenshot
Thanks.
You can do it from the Google Photos web app settings page.
Go to http://photos.google.com from your browser.
Click on the settings button ().
Click the Recover Storage button.
That it :)

ReactJS/Django project: How to handle video uploading/viewing by users?

I don't know if this is the right place to ask but I'm building a website/app using ReactJS as frontend and Django REST as backend (may or may not be relevant...), and I'm looking for a way for users to upload videos and view them on my website.
The app is expected to have around 100 users (being able to view the videos), and maybe around 50 hosted videos. This is just a rough indication.
What's generally the way to go? Do you store it locally? Or do you use a video hosting platform? Youtube?
I'm assuming that the 50 videos would be uploaded by you (or an admin) and that the users of your website won't be able to upload new videos. In this case YouTube could be a good option. I believe it has a 50 video per day upload limit, which should be more than enough for your website. Given the scale of your project, either solution works and it is more of a personal preference in my opinion.

Og:image not showing in FB debugger but link is ok

I have a very very strange problem. I use a WordPress website to publish a picture every day, and of course, I want to publish it on my facebook page.
I've tried with Open Graph informations from Yoast, or from Jetpack and both but the problem is the same : no picture to show on social networks! Not a good thing for pictures based website ;-)
I've tried Open Graph debugger and when I look at this, I have a good link to my image on og:image property... but the picture doesn't display. It's a transparent picture to click that open the good image in a new link, but can't publish it on social networks.
You can try with this adress : http://social.1max2peche.com/belle-boule-de-mucus/
Put in the image URL directly (in the browser): http://www.1max2peche.com/design/magazine-peche-1max2peche-logo.png
Happens to at least 2 out of 3 images in the og:image tags, and it may be the problem. Also take a look at the image specifications: https://developers.facebook.com/docs/sharing/best-practices#images
You see that it redirects, so of course Facebook cannot get it. Make sure to check out your rewrite stuff.

Can't eliminate "Confirm" button when liking

I have read many q&a's and forum posts across the net including Facebook Developer forum. I have setup open graph and FB code on my tag, tag, tags and installed the Facebook SDK after the tag.
Yet, I continually have to confirm Likes and then, many times, the like does not record. Further the pictures that appear in the Confirm window seem to come from a Facebook image vault when I have set the og:image to the be a screenshot of my site.
I have read about like-jacking, etc.
What is the trick to getting the Like button to work on a website?
Maybe they are detecting your site as likejacking, you can debug the url with the Facebook URL Debugger and it will delete the cached tags from your site
Good luck

CDN Images don't Load (OpenGraph)

I setup in my wordpress blog OpenGraph. For image I insert this code (wordpress):
http://dl.dropbox.com/u/21385868/codeog.jpg
the result in site page (html is):
http://dl.dropbox.com/u/21385868/resog.jpg
if I share article on the facebook, image don't appear. But, if I disable my cdn, image appear on the facebook.
What is the problem?
In Advanced CDN settings add to Rejected User Agents
FacebookExternalHit/1.1
FacebookExternalHit/1.0
Facebook blocks images that are hosted on CDNs.