A
A
Alexander2017-06-15 11:13:12
Facebook
Alexander, 2017-06-15 11:13:12

How to hide posts in the new Facebook group (page) plugin?

Previously, the Facebook plugin allowed you to hide publications in your widget so that it would look like this:
11057196_814547138621382_2035500267_n.pn
And the code was like this:

<div class="fb-page" 
  data-href="https://www.facebook.com/facebook"
  data-width="380" 
  data-hide-cover="false"
  data-show-facepile="false" 
  data-show-posts="false"></div>

With data-show-posts="false" it was possible to hide the feed.
But then this parameter was removed, now only
data-tabs="timeline,events,messages"
and you can just select the content.
In addition to reducing the height of the plugin (widget) itself, can you somehow do something so that the feed does not load, but only the header?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philipp, 2017-06-15
@sanok_ps

Leave the list of tabs empty
data-tabs=""

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question