react-pinterest2
Version:
Collection of embeddable Pinterest buttons and widgets
34 lines (33 loc) • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
GLOBAL: 'ReactPinterestData',
GUID_VARS: '0123456789ABCDEFGHJKLMNPQRSTUVWXYZ_abcdefghijkmnopqrstuvwxyz',
POPUP_OPTIONS: {
PIN_CREATE: 'status=no,resizable=yes,scrollbars=yes,personalbar=no,directories=no,location=no,toolbar=no,menubar=no,width=750,height=320,left=0,top=0',
FOLLOW: 'status=no,resizable=yes,scrollbars=yes,personalbar=no,directories=no,location=no,toolbar=no,menubar=no,width=1040,height=640,left=0,top=0'
},
URL: {
PINTEREST: 'https://www.pinterest.com',
PIN_CLOSEUP: 'https://www.pinterest.com/pin/',
PIN_CREATE: 'https://www.pinterest.com/pin/create/button/',
PINMARKLET: 'https://assets.pinterest.com/js/pinmarklet.js',
REPIN: 'https://www.pinterest.com/pin/<id>/repin/x/',
COUNT: 'https://widgets.pinterest.com/v1/urls/count.json',
PIN: 'https://widgets.pinterest.com/v3/pidgets/pins/info/',
BOARD: 'https://widgets.pinterest.com/v3/pidgets/boards/',
PROFILE: 'https://widgets.pinterest.com/v3/pidgets/users/',
LOG: 'https://log.pinterest.com/'
},
COUNT: {
BUTTON: 'button_count',
FOLLOW: 'follow_count',
PROFILE: 'profile_count',
BOARD: 'board_count',
PIN_SMALL: 'pin_count',
PIN_MEDIUM: 'pin_count_medium',
PIN_LARGE: 'pin_count_large'
}
};