app/models/concerns/adminpanel/facebook.rb in adminpanel-2.5.4 vs app/models/concerns/adminpanel/facebook.rb in adminpanel-2.5.5

- old
+ new

@@ -7,9 +7,15 @@ def share_link 'http://www.google.com' end + # if return any other thing than nil, it'll send it as the picture_thumb + # whenever it's posted. + def share_picture + nil + end + # static(class) methods module ClassMethods def fb_share? true end