Enable youtube in pakistan [closed] - wordpress

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
i have a WordPress site and i want to run youtube videos in my site but in my Pakistan youtube is blocked is any option in wordpress to play youtube videos in my site?

if Pakistan ISP's are blocking youtube, there's not much you can do. There are probably ways to unblock it, like using an intermediate server (on which youtube isn't blocked) and streaming it back to the client that is trying to watch the video, but that would probably be considered illegal.
If you still want to make your video's available to your users, I think your best solution would be to upload your video to some other kind of social media (facebook?) that isn't blocked and share them through an embedded link. Or upload your video's to your webserver and use the HTML5 video tag to make your video's viewable on your website.

You can Embed, Watch Youtube Videos or Download :)
http://playit.pk/
PlayIt.pk brings multitude of features under one umbrella making video discovery, sharing and downloading easier than ever.

Related

Should i use Cloudflare Accelerated Mobile Links option if I already have amp implemented on my Website since 2015? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I have WordPress Website with Google AMP already implemented and working.
Currently, I transfered to CloudFlare and saw the AMP feature.
What should I do now? Should I enable it or not?
Any ideas?
Thanks!
That's really up to the use cases you want to cater and user traffic sources.
Eg. is your primary traffic coming from organic search? Your site's URLs should have been cached and served from AMP Cache already.
Eg. do a lot of users open your site's URLs in a webview? maybe you can give Cloudflare a shot here?
This article might help:
https://antonyagnel.com/how-to-enable-accelerated-mobile-links-in-cloudflare/
"Cloudflare’s Accelerated Mobile Links is actually powered by the official AMP project. What Cloudflare actually does, in this case, is – it loads AMP enabled external links inside of a viewing window, within the same tab. This in comparison is different from what Google does. Google displays the AMP version of a site only when the search query comes from a mobile device through Google search."

Will web scraping only cause harm to those who have a website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
Today I scrape a website using beautifulsoup4 and try to fetch about 16.000 data on that site.
And just few minutes after that, that site got down and can't access about few hours.
So.. my question is:
Will web scraping only cause harm to those who have a website?
First of all, it is advisable to check out the robots.txt file of every site before bombarding it with automated requests like you just did. It is not good for the website owner as well as for you. In order to scrape a website, follow these steps before starting to write a web scraper:
Check if the website has an API available already to make your task easy. If not, then go to step 2.
Check out the robots.txt file which is present at www.anywebsite.com/robots.txt. If the owner has listed this page (which in most cases he will), you can see whether robots are allowed to access the website or not. If yes, then check out which pages are disallowed and also check if there are any rate-limits for it.
If the robots.txt file is not present, then make sure you are gentle enough not to shoot requests to the website at bullet-speed. It might cause harm to the owner and you might get blocked forever from accessing the site.

Why are my Adsense ads and Amazon Affiliate links not visilble on Wordpress 4.4 blog? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 days ago.
Improve this question
I have a Wordpress blog, where I use Adsense and Amazon Affiliate links.
Everything was running great and without any problem, but now I'm able to see ads and/or affiliate links on a mobile device, but not on my home Windows 10 PC.
I have AdBlock Plus installed on Firefox, but even when I disable the plugin on my site, I'm not able to see any ads or affiliate links.
This makes it impossible to preview or design an article and see if everything checks out.
Any help would be extremelly apreciated.
I finally figured out where the problem was.
The Firefox Monitoring Protection was blocking parts of my website, mainly the Adsense and Amazon Affiliate Links.
Clicking on the shield image on the left of the address bar, I disabled the Protection Monitor for this session and I'm able to see the links again.
Now, I can't understand why Adsense and Amazon Affiliate Links are blocked by default by this Firefox feature. But this will be left for some other time.

Asp.Net MVC Site with more Images - Need CDN recommendation [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
I currently have a Travel site built using Asp.Net MVC. The site have many articles and albums with lot of images asssociated with it. Currently, we are uploading the images locally to a folder and linking it in the article content and similarly for the albums too. Since the number of images are growing day by day, there are more loads on the webserver for every request which downloads lots of images.
I have seen other sites where they do similar thing by referring the images alone from a subdomain and some using CDN.
I am currently having shared hosting site plan and i need to reduce the stress to webserver by rendering the image from elsewhere.
Is there any CDN recommendation that is not so costly but can integrate well with my ASP.Net MVC site? I want to only upload the image to a CDN and link the image from CDN instead of local folder from the article posting page.
If CDN is not the option, can anyone suggest something else to serve my purpose?
Thanks in advance!
Yes, You need to move content to CDN. Because CDN provides very huge speed over network and it will reduce traffic to your web server.
There are very high range of CDN's available in market. I would suggest some of those for your purpose.
CDN77
Azure
MAXCDN
Akamai
From all above, CDN77 and Azure are less costly than others as per my experience.
and also you should try CDN77 14days free trial for testing purpose.
Thanks,
Hayat S.

ASP.NET Web Application Desgin Tool [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
i have an ASP.NET WebApplication which i have uploaded to hosting site. I shifted control of site to client, so they can customize aspx pages and change the style of site.
My Question is that, is there any Free tool that can be used to manipulate aspx pages along with preview of that page? Site also has master page too.
Please share the link if you know any. I also googled and found few tools. they are either paid, or they doesn't have live preview of site.
Thanks
There is Visual Studio Express but it is only for technical people, I wouldn't recommend it for anyone non-technical unless the changes they need to make are quite simple.
The "preview of site" as you call it, makes me wonder whether you are expecting to find a tool that will preview changes in the aspx files before saving them, which sounds a bit sci-fi to me...

Resources