[theme-reviewers] Enqueue scripts from CDN

Edward Caissie edward.caissie at gmail.com
Tue Aug 6 19:37:00 UTC 2013


Personally I think "everything the theme calls that doesn't come from
WordPress core *must* be bundled with the theme" without exception,
including items such as GoogleFonts for the same reasons that @Otto
mentioned, the installation may be found where there is potentially no
direct access to the Internet by the "reader". Although if that is the case
then the example GoogleFonts call would at worst fall back to the browser
default(?) which one would hope still keeps the theme "readable" with just
a loss of aesthetics.

Edward Caissie
aka Cais.


On Tue, Aug 6, 2013 at 3:15 PM, Chip Bennett <chip at chipbennett.net> wrote:

> Everything the Theme calls that doesn't come from WordPress core *must* be
> bundled with the Theme.
>
> Just about the only exception to that rule is an API call such as
> GoogleFonts.
>
>
> On Tue, Aug 6, 2013 at 2:37 PM, Ola Łączek <ola at bodera.com> wrote:
>
>> Hello!
>>
>> Is it ok for theme author to enqueue scripts directly from CDN, and not
>> include them with the theme?
>> Example: <script src="http://html5shim.googlecode.com/svn/trunk/html5.js
>> "></script>
>> And one more thing - is it ok to put scripts directly in header.php in
>> conditional IE comments (<!--[if lt IE 9]> <![endif]-->)
>>
>> Best regards,
>> Ola Łączek
>>
>>
>> _______________________________________________
>> theme-reviewers mailing list
>> theme-reviewers at lists.wordpress.org
>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>
>>
>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20130806/c6843c95/attachment.html>


More information about the theme-reviewers mailing list