WP SlideYourNet

Description

SlideYourNet connector for WordPress

Insert a list of posts from social medias fetched by slideyour.net

Supported social media are: Twitter, Instagram and Facebook

The Block

The SlideYourNet Block lets you insert posts from your social media into any pages.

Filter posts by network or search query, display author, date, media…

You can also override the CSS (style sheet) with your own theme, block per block.

The shortcode

Use the [syn] shortcode anywhere in your pages to display posts. Exactly the same features as the block, but you can insert in tricky places.

Parameters

Misc

  • title=”

Filtering

  • network=” (empty, twitter or facebook)
  • username=”
  • search=”
  • ref=” (empty value for anything, “yes” for repost only or “no” for original post only)

Sortering

  • order_by=’pub_date’
  • order=’DESC’
  • per_page=5

Displaying

  • display_date=” (boolean)
  • display_username=” (boolean)
  • display_avatar=” (boolean)
  • display_media=” (boolean)
  • stylesheet=’wpsyn’ (“wpsyn” for default stylesheet or “theme” for the wpsyn.css file within your theme, or none for no style from WP SYN or modern for a more modern look)
  • local_storage=” (boolean)
  • characters= 0 (integer) (0 for all, an integer for a number of characters displayed for the content)

Example:

[syn per_page=20 display_media=1 display_date=1 display_username=1 display_avatar=1 ref=no]

Screenshots

  • Settings
  • The Block

Blocks

This plugin provides 1 block.

  • WP SlideYourNet Block for CiviCRM

Installation

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress admin
  3. Go to settings » SlideYourNet and fill your credentials

FAQ

Which social-medias are currently supported?

Actually, posts can only be fetched from twitter, facebook and Instagram, but RSS feed is on the go

Pay attention for Instagram, due to API restrictions, only business accounts connected to a Facebook page are supported.

Is this plugin usable out of the box?

No, you have to create an instance on slideyour.net in order to fetch posts.
You’ll just have to connect your social media accounts.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP SlideYourNet” is open source software. The following people have contributed to this plugin.

Contributors

“WP SlideYourNet” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “WP SlideYourNet” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.9.1

  • Adjust responsive on grid

2.9

  • Uses main “Align” property instead of custom “Layout”
  • Uses WP preset for gutter width
  • Update to latests version of wordpress/blocks library
  • Fix warning when content is empty (preg_replace(): Passing null to parameter 3 is deprecated)
  • Fix style in some cases

2.8

  • Add attributes to block: title, layout and per-column
  • User wrapper becomes au whole link. Make avatar clickable
  • Refactor SCSS: fix gutter size, better responsive
  • Make texts more readable on gradients (a11y)
  • Add alternative grid for missing images
  • Remove wrapper for empty texts

2.7

  • Allows to override session/token block per block
  • Improves Modern template style: alpha filter, layout
  • Refactor: split SCSS source

2.6.1

  • Fix PHP notice: ensure var type on raw data storage

2.6

  • Add masonry theme on the block
  • Add live preview on the block
  • Add modern theme on the block
  • Give the choice between local storage and api for the block
  • Neste block settings in panels
  • Tell that legacy widget is deprecated

2.5

  • Manage multiple hashtags per taxonomy term
  • Allow multiple terms on a single post
  • Allow to add hashtag at term creation
  • Show hashtags in term lists
  • Add screenshots
  • Remove obsolete FILTER_SANITIZE_STRING
  • Manage i18n in block controls
  • Fix link to moderation page
  • Update credits and assets

2.4.2

  • Fix PHP Warnings on JS version calculation

2.4.1

  • Add missing static files

2.4

  • Add Gutenberg Blocks
  • Use pretty URL in example
  • Add link for settings in plugins list
  • Update credits
  • Remove warnings xhen no posts found

2.3.1

  • Fix textdomin in new strings
  • Remove useless translation files
  • Add missing files in SVN

2.3

  • Add local storage feature (optional)
  • Code refactor

2.2.4

  • Add CSS classes on list and items

2.2.3

  • Add many hooks

2.2.2

  • Add offset parameter to WidgetBuilder fetcher
  • Hide errors while fetching remote datas

2.2.1

  • Correctly save network settings

2.2

  • Keep old datas when API do not respond quickly enough
  • Add setting for API timeout
  • Fix warning when new setting is not set

2.1

  • Privacy: add remote images proxy
  • Correct network setting escapment
  • Set noopener to blank links
  • Use img instead of div.background
  • Escape special chars. remove PHP warnings

2.0.0

  • Add shortcode support

1.0.0

Initial release