Przejdź do treści
WordPress.org

Polska

  • Motywy
  • Wtyczki
  • Aktualności
  • Wsparcie
  • Informacje
  • Zlecenia
  • Pomóż w tłumaczeniu
  • Kontakt
  • Pobierz WordPressa
Pobierz WordPressa
WordPress.org

Plugin Directory

Future Aim Social Comments

  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się
  • Prześlij wtyczkę
  • Moje ulubione
  • Zaloguj się

Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

Future Aim Social Comments

Autor: Ariful Islam
Pobierz
  • Szczegóły
  • Recenzje
  • Instalacja
  • Rozwój
Wsparcie

Opis

Use Facebook comments system in your website without slowing down your website. This plugin add an extra feature to lazy load Facebook comments after clicking a button or scrolling down.

Simple plugin to add Facebook Comments to your website easily. It works perfectly with latest version of WordPress.

Future Aim Social Comments system – Features

  • Add most popular Facebook commenting system in your website.
  • Future Aim Facebook scripts and comments only after clicking a button or scrolling down.
  • Translation ready!
  • Adjust number of comments, color scheme, language, width, sorting order etc..
  • Facebook comments increases your audience.
  • Customize button label.
  • Super Light weight.
  • Completely free to use with lifetime updates.
  • Developer friendly.
  • Follows best WordPress coding standards.
  • Of course, available in GitHub

Bug Reports

Bug reports are always welcome. Report here.

More information

  • Follow the developer @Twitter
  • Other WordPress plugins by Ariful Islam (https://arifulsh.com)

Other Requirements

You need to create an APP in your Facebook developer console, and get the APP ID from here.

Bug Reports

Bug reports are always welcome. Report here.

Zrzuty ekranu

  • Settings – Settings page.
  • **Plugin configuration page.
  • Load Comments Button – (If you set scroll method, no button will be added).
  • Facebook Comments – Sample of comments box.

Instalacja

Installing the plugin – Simple

  1. In your WordPress admin panel, go to Plugins > New Plugin, search for Future Aim Social Comment system and click „Install now„
  2. Alternatively, download the plugin and upload the contents of future-aim-social-comment-system.zip to your plugins directory, which usually is /wp-content/plugins/.
  3. Activate the plugin
  4. Go to Future Aim Social Comment system sub settings page under WordPress Settings page.
  5. Give your facebook app ID.
  6. Configure the plugin options with available settings.

OR, See detailed doc, how to install a WordPress plugin.

Need more help?

Please open a support request.

Missing something?

If you would like to have an additional feature for this plugin, let me know

Najczęściej zadawane pytania

Why this plugin?

Normal Facebook comments plugins will drag your website speed down. This plugin won’t.

Wait, how?

By lazy loading FB scripts and comments only when needed.

Please explain, how this plugin lazy loads?

Comments and scripts will be loaded only after user clicking on a „Load Comments” (of course you can customize this button text too) button, or after scrolling down. You select any of these lazy load methods.

How can I add custom post type support?

It’s easy. You can use fafcs_supported_post_types filter to add custom post type support. Add following line to your theme’s functions.php or in your custom plugin.

add_filter( 'fafcs_supported_post_types', 'mycustom_add_fafcs_cpt_support' );

function mycustom_add_fafcs_cpt_support( $post_types ) {
    // Here mycpt is your custom post type name.
    $post_types[] = 'mycpt';

    return $post_types;
}

Where can I moderate the comments?

Once you configure the plugin with APP ID, you will find the moderation page link on the plugin settings page.

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„Future Aim Social Comments” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani
  • Ariful Islam

Przetłumacz wtyczkę “Future Aim Social Comments” na swój język.

Interesuje cię rozwój wtyczki?

Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.

Meta

  • Wersja 1.0.7
  • Ostatnia aktualizacja 2 lata temu
  • Włączone instalacje Mniej niż 10
  • Wersja WordPressa 3.0 lub nowszej
  • Testowano do 6.5.7
  • Język
    English (US)
  • Tagi
    facebook commentsfb commentslazy laod
  • Widok zaawansowany

Oceny

Nie przesłano jeszcze żadnych recenzji.

Dodaj recenzję

Zobacz wszystkierecenzje.

Zaangażowani

  • Ariful Islam

Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

Zobacz forum wsparcia

  • O nas
  • Aktualności
  • Hosting
  • Prywatność
  • Prezentacja
  • Motywy
  • Wtyczki
  • Wzorce
  • Nauka
  • Pomoc techniczna
  • Programiści
  • WordPress.tv ↗
  • Zaangażuj się
  • Wydarzenia
  • Przekaż darowiznę ↗
  • Piątka dla Przyszłości
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Polska

  • Odwiedź nasze konto X (dawniej Twitter)
  • Odwiedź nasze konto Bluesky
  • Odwiedź nasze konto na Mastodoncie
  • Odwiedź naszego Threadsa
  • Odwiedź naszego Facebooka
  • Odwiedź nasze konto na Instagramie
  • Odwiedź nasze konto na LinkedIn
  • Odwiedź naszego TikToka
  • Odwiedź nasz kanał YouTube
  • Odwiedź naszego Tumblra
Kod to poezja.