src/pyams_content/features/share/interfaces.py
changeset 1247 2b1abe98ff47
parent 1239 b6d9396beffd
equal deleted inserted replaced
1246:e36091c14393 1247:2b1abe98ff47
    37     twitter_creator_account = TextLine(title=_("Contents creator account"),
    37     twitter_creator_account = TextLine(title=_("Contents creator account"),
    38                                        description=_("You can use another Twitter account (including leading '@') "
    38                                        description=_("You can use another Twitter account (including leading '@') "
    39                                                      "for contents attribution; if empty, general Twitter account "
    39                                                      "for contents attribution; if empty, general Twitter account "
    40                                                      "will be used"),
    40                                                      "will be used"),
    41                                        required=False)
    41                                        required=False)
       
    42 
       
    43     fb_account = TextLine(title=_("Facebook account"),
       
    44                           description=_("Complete URL of Facebook account used for content attribution"),
       
    45                           required=False)
       
    46 
       
    47     fb_app_id = TextLine(title=_("Facebook AppID"),
       
    48                          description=_("ID of a Facebook App matching your web site"),
       
    49                          required=False)
    42 
    50 
    43 
    51 
    44 class ISocialShareItem(Interface):
    52 class ISocialShareItem(Interface):
    45     """Social network share item interface"""
    53     """Social network share item interface"""
    46 
    54