docpad-plugin-services icon indicating copy to clipboard operation
docpad-plugin-services copied to clipboard

Shared App IDs?

Open mikeumus opened this issue 11 years ago • 1 comments

For example the Facebook services each use their own declared App ID:

facebookApplicationId = services.facebookFollowButton?.applicationId ? '266367676718271'

versus a single Facebook App ID, something like this:

facebookApplicationId = services.fbAppId ? '266367676718271

and also having these IDs global within the scope of the plugin versus declared every time like my question from #6

mikeumus avatar May 31 '13 07:05 mikeumus

Hey @balupton, what do you think? I'll include this feature combined with my Facebook Comments service pull-req as well if you think it makes sense. Let me know. Thanks.

mikeumus avatar Jun 08 '13 16:06 mikeumus