Horje
A fine selection of Shortcake-powered shortcodes.

Noted That:

  • To install correctly this shortcake-bakery.zip.
  • Fisrt Download the shortcake-bakery.zip to your computer
  • Extract/Open shortcake-bakery.zip to Your Computer.
  • Then, Find readme.txt file inside shortcake-bakery.zip and Open readme.txt.
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.

Start the Tips:

1. First Download "shortcake-bakery.zip" Plugin to your Local Computer. (Click Download)

2. Then, Login to your "yourdomain.com/wp-admin" Dashboard.

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

5. Now, Browse "shortcake-bakery.zip" Downloaded plugin from your computer, Where you downloaded shortcake-bakery.zip According to Step – 1 Above then, click on "Install Now"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Shortcake Bakery" folder is added on left sidemenu. Now, Click on "Shortcake Bakery" folder.

   Noted that: If you do not see "Shortcake Bakery" folder on left sidemenu then, see at left sidemenu "Settings" or "Tools".

8. Now you configure yourself oR Watch video tutorial below about Shortcake Bakery Configurtions and Settings or How to work "Shortcake Bakery" in your WordPress site.

 

oR

After Activated Plugin According to Step-6 then,

  1. Go to "Plugins" + "Installed Plugin" from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find "Shortcake Bakery" Activated Plugin from Plugin List.
  4. Then, Click on "Settings" from Plugin that is Shortcake Bakery
  5. Now, Edit/Add/Config the setting and Click on "Save Changes" button,
WP Plugin Setting



Guide

It’s a plugin! Install it like any other.

Most of the shortcodes work out of the box, but you’ll need to whitelist any domains you want to be eligible for script and iFrame tag use.

add_filter( 'shortcake_bakery_whitelisted_script_domains', function(){
    return array(
        'ajax.googleapis.com',
    );
});



add_filter( 'shortcake_bakery_whitelisted_iframe_domains', function(){
    return array(
        'buzzfeed.com',
    );
});

If you don’t want to enable all of the shortcodes which are bundled with this plugin, you can filter them by returning a smaller array from the filter ‘shortcake_bakery_shortcode_classes’:

add_filter( 'shortcake_bakery_shortcode_classes', function() {
    return array(
        'Shortcake_Bakery\Shortcodes\Facebook',
        'Shortcake_Bakery\Shortcodes\Twitter',
        'Shortcake_Bakery\Shortcodes\YouTube',
    );
});

Because of cross-domain issues, the [pdf] shortcode will only work out of the box with PDFs uploaded as local attachments, or that are served with appropriate Cross-Origin Resource Sharing headers. (If you don’t know about the domain you’re hosting the PDFs on, most likely it doesn’t include these headers and as a result, the PDF will not render properly on the front end.)

If you need to be able to serve pdf documents from other domains, you will need to set up an asset proxy for them. We have a basic PHP-based asset proxy built in to the plugin, which is disabled by default. If you want to enable it, return true from the following filter:

add_filter( 'shortcake_bakery_pdf_enable_cors_proxy', '__return_true' );

This feature should be enabled only with conscious thought, though, as if this is used heavily, it has the potential to cause serious performance issues. If you will be serving many, or very large PDFs, we recommend building your own proxy for these – using an nginx proxy_pass directive, for example.


shortcodes, powered, shortcake, selection, fine,

Name

Reffered: https://wordpress.org/