Skip to content

A WordPress plugin for embedding posts from another Wordpress blog into your site

License

Notifications You must be signed in to change notification settings

jtomeck/awesome-post-embeds

Repository files navigation

awesome-post-embeds

A WordPress plugin that adds a shortcode for embedding posts from another Wordpress blog into your site.

I've added a Shortcode Generator so you don't have to memorize the shortcode parameters!

Shortcode format

The basic shortcode format is [ape_posts url="YourURLHere.com"]

Below are the parameters you can pass into the shortcode, however if you don't want to have to remember them, you may use the shortcode generator in your wp-admin.

Shortcode parameters

  • url

    (REQUIRED) Enter the URL of the blog that you wish to embed posts from. You must include http:// or https:// at the beginning of the URL.

    Example:

    url="http://wordpress.org"
    
  • count

    Enter the number of posts you wish to display. Defaults to 3.

    Example:

    count="5"
    
  • image

    Enter true or false to determine if the featured image will be displayed or not. Defaults to true.

    Example:

    image="false"
    
  • image_size

    Available options include thumbnail, medium, medium_large, large, and full. Defaults to full.

    NOTE: This is mostly for page speed or image quality purposes as the plugin CSS handles this by default.

    Example:

    excerpt="false"
    
  • tag

    Enter the slug of the tag you want to filter by. Find this by looking at the URL of the tag on the blog you are embedding from. (ie. http://blogname.com/tag/slug-name)

    Example:

    tag="tag-slug"
    
  • category

    Enter the slug of the category you want to filter by. Find this by looking at the URL of the tag on the blog you are embedding from. (ie. http://blogname.com/category/slug-name)

    Example:

    category="category-slug"
    
  • title

    Enter true or false to determine if the post title will be displayed or not. Defaults to true.

    Example:

    title="false"
    
  • excerpt

    Enter true or false to determine if the post excerpt will be displayed or not. Defaults to true.

    Example:

    excerpt="false"
    
  • new_tab

    Enter true or false to determine if the link will open in a new tab or not. Defaults to true.

    Example:

    new_tab="false"
    

Contributions/Inspirations:

About

A WordPress plugin for embedding posts from another Wordpress blog into your site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published