No work YouTube link Solved

User's avatar
Бертрам А.
14:17 Jul 28, 2014
No work yadi.sk/i/qY1HCyVbY57kU
what do?
Support team avatar
JS+
18:28 Jul 28, 2014
Hello, you need to retrieve YouTube API key and to set it in the 'config.js':
config.doksoft_youtube_apiKey = '...';
User's avatar
Бертрам А.
00:19 Jul 29, 2014
Where i can find API? No understand.
give me pls link for example
Support team avatar
JS+
21:10 Jul 29, 2014
Using an API key is YouTube's requirement.
You can read about it here: https://developers.google.com/youtube/2.0/developers_guide_protocol?#Developer_Key
and get it from here: code.google.com/apis/youtube/dashboard/
User's avatar
Бертрам А.
01:44 Jul 30, 2014
I insert my key
yadi.sk/i/81c8V21AYQXes
but problem save

It's my account yadi.sk/i/E9Jhf3K2YQXoE

May be no work because i test in local site http://bouw ?
Support team avatar
JS+
07:57 Aug 14, 2014
Yes, your web site's name must be equal to the web site's name specified in the key.
If you want to test it locally you can assign fake URL to your local website using /etc/hosts file. In accessing your site be real domain but on testing server in this way your Youtube API must work normally.
User's avatar
Бертрам А.
14:55 Aug 20, 2014
I start in server for domain bouw.ru, but problem save
What do?
Support team avatar
JS+
07:34 Sep 10, 2014
Does the URL in your browser fully equal to URL of API key?
URLs `bowl.ru` is not the same `www.bowl.ru`.
The same is and for `localhost` or `127.0.0.1` if you use develop locally. Youtube will decline requests from another URLs.
Incorrect URL/API key is the only reason that can cause your problem.