|
...
|
...
|
@@ -12,11 +12,11 @@ class AyrShare extends Base |
|
|
|
|
|
|
|
const TYPE_FACEBOOK = 'facebook';
|
|
|
|
const TYPE_TWITTER = 'twitter';
|
|
|
|
const TYPE_LINKEDIN = 'linkin';
|
|
|
|
const TYPE_INSTAGRAM = 'ins';
|
|
|
|
const TYPE_LINKEDIN = 'linkedin';
|
|
|
|
const TYPE_INSTAGRAM = 'instagram';
|
|
|
|
const TYPE_YOUTUBE = 'youtube';
|
|
|
|
const TYPE_REDDIT = 'reddit';
|
|
|
|
const TYPE_TELEGRAM = 'tel';
|
|
|
|
const TYPE_TELEGRAM = 'telegram';
|
|
|
|
const TYPE_GMB = 'google';
|
|
|
|
const TYPE_PINTEREST = 'pinterest';
|
|
|
|
const TYPE_TIKTOK = 'tiktok';
|
...
|
...
|
|