Linux 软件免费装

Flockler social wall

开发者 flockler
更新时间 2018年10月29日 21:06
PHP版本: 5.2.4 及以上
WordPress版本: 4.9.8
版权: GPLv2 or later
版权网址: 版权信息

标签

Facebook feed YouTube Instagram feed social media aggregator Twitter feed social media feeds

下载

详情介绍:

Flockler plugin enables you to display all your social content, including what your fans say about you, as a social wall. Collate social content manually or set up rules to publish content automatically based on hashtags or usernames. In addition to social content, you can create your own editorial content (blog posts, product news etc.). All the content created and curated on Flockler is stored to WordPress Posts and shown on your website just like any other WordPress-powered content, therefore making it SEO-friendly. Plugin automatically creates a layout optimised for mobile, tablet and desktop, but as the content is stored to WordPress, there's an option to create a fully customised look & feel together with your technical team. Features: Here's how the admins can curate content manually https://www.youtube.com/watch?v=WWGX65YpqoQ Here's how the admins can set up rules to pull in content automatically from social channels https://www.youtube.com/watch?v=Y9Jo6UKP4tk 30-day Free Trial. Our plans start from 49 € / month. See more details https://flockler.com/plans-and-pricing Learn more about Flockler https://flockler.com

安装:

  1. In your WordPress admin panel, go to Plugins > New Plugin, search for "Flockler Social Wall" and click "Install now"
  2. Alternatively, download the plugin and upload the contents of flockler-social-wall.zip to your plugins directory, which usually is /wp-content/plugins/
  3. Activate the plugin
  4. Go to Settings > Flockler
  5. Type in a name for your webhook (e.g. "Default") and click "Add"
  6. Copy the Webhook URL to the clipboard
  7. Open Flockler in a new window/tab: https://flockler.com/newsroom (if you don't have a Flockler site yet, you can create one at https://flockler.com/free-trial)
  8. On Flockler: Go to Settings > Webhooks and click "Create new webhook"
  9. On Flockler: Paste the webhook URL from WordPress to the URL field and continue to step 2.
  10. Copy the secret from step 2 to the clipboard, go back to WordPress, and click "Edit" on the webhook (screenshot)
  11. Paste the secret into the "Secret" field and click "Save" (screenshot)
  12. On Flockler: Continue on from the secret step and select if you'd like to publish only the content collated on Flockler in the future or publish all the content already collated on Flockler (and all future content) to your WordPress site.
  13. Done!
Need help? Please visit Flockler Help center for help in using Flockler. If you can't find your answer, click the blue & white speech bubble in the bottom right corner to start a chat with us, or contact team@flockler.com.

屏幕截图:

  • Collate social media from: Twitter, Instagram, Facebook, YouTube and more...
  • Set up rules to gather content automatically
  • Audience analytics
  • Flockler social wall is responsive

常见问题:

Do you offer support?

Yes, we offer support. We have a knowledge base at https://help.flockler.com/ with a live chat. Live chat is also available in the Flockler web app. You can also reach us via email team@flockler.com

I can't see the Flockler posts in WordPress?

  1. Make sure you've sent some articles from Flockler; simply creating a webhook does not send old content => posts created before creating webhook have to be sent manually
  2. Check Posts > Flockler on WordPress admin and see if there any posts there
  3. => No posts? None have been sent from Flockler
  4. => Posts say "Scheduled"? The server clock is probably misaligned. Check the UTC time in WP from Settings > General > Timezone. It should match the UTC time (can be off by some minutes)
  5. Make sure you meet the technical requirements and MySQL is version 5.5+
  6. Still nothing? Contact team@flockler.com, we are happy to help!

libssl/openssl something error when trying to register webhooks in WP?

Your WordPress server might not have libssl, or it's not configured properly. Please install/configure libssl. Our WordPress plugin uses SSL for encryption so that your WordPress site stays safe.

Duplicate content?

Most common cause is other plugins. Check your plugins. W3TC (W3 Total Cache), WP Super Cache and other plugins are known to cause this. If you have W3TC (W3 Total Cache) plugin installed: open W3TC's Database cache settings > Reject query words > add word "lock" on its own line like here: W3TC query word settings If you have some other plugin, especially cache plugins, check if they have an option to disable database cache or query cache or to disable caching certain queries. All queries containing the word "lock" should not be cached. Also: Check your MySQL version (v5.5+ required), and your MySQL configuration. DB locking should be enabled. Technical details: We use MySQL's GET_LOCK and RELEASE_LOCK commands to lock the database when we are adding or updating posts so that we can prevent duplicates. Some plugins break these commands, such as W3TC which incorrectly caches these commands.

How do I change MySQL tables & columns to use utf8mb4?

If your database tables are not using utf8mb4 you might be missing posts or have problems with posts with emojis. WordPress actually has a feature that can upgrade your database to use utf8mb4:

  1. Add the snippet from https://gist.github.com/flori...0ba7046200fd0b7519918e0 into e.g. your theme's functions.php
  2. Open your site with "?update-utf8bm4=1" e.g. http://www.example.com/?update-utf8bm4=1
  3. Confirm that the columns in wp_posts and wp_postmeta were changed with SHOW FULL COLUMNS FROM wp_posts; and SHOW FULL COLUMNS FROM wp_postmeta;
  4. Remove the snippet from functions.php so it can't be triggered anymore
Note: We have tested this only up to WordPress 4.9.2

更新日志:

2.5.4 2.5.3 2.5.2 2.5.1