I’ll look into it some time next week when I get the time.
Do you get an error when you try to save the settings?
– Also:
I’ve tested the code with my client – That pesky Facebook #804 error turns up.
I will be digging into that issue aswell, as it seems to be an issue for a lot of people.
There is a work-around for enabling the pro features – And it is perfectly legal to do so too according to the license supplied with the plugin.
Line #1949 @ /wp-content/plugins/add-link-to-facebook/add-link-to-facebook-int.php
static function Check_multiple() {
if (get_option(c_al2fb_option_multiple_disable))
Change it to:
static function Check_multiple() {
return true;
if (get_option(c_al2fb_option_multiple_disable))
It seems to enable the multiple Facebook-page section.
I only just did this mod a minute ago for a client of mine with the exact same struggle as you, and it hasn’t actually been tested yet.
I will update later on when it has been tested.