@@ -151,6 +151,12 @@ class Rop_Global_Settings {
151151 'two_step_sign_in ' => true ,
152152 'allowed_comment ' => false ,
153153 ),
154+ 'bluesky ' => array (
155+ 'active ' => false ,
156+ 'name ' => 'Bluesky ' ,
157+ 'two_step_sign_in ' => true ,
158+ 'allowed_comment ' => false ,
159+ ),
154160 );
155161
156162 /**
@@ -415,6 +421,28 @@ class Rop_Global_Settings {
415421 'utm_campaign_medium ' => 'social ' ,
416422 'utm_campaign_name ' => 'ReviveOldPost ' ,
417423 ),
424+ 'bluesky ' => array (
425+ 'wpml_language ' => '' ,
426+ 'post_content ' => 'post_title ' ,
427+ 'custom_meta_field ' => '' ,
428+ 'maximum_length ' => '300 ' ,
429+ 'custom_text ' => '' ,
430+ 'custom_text_pos ' => 'beginning ' ,
431+ 'include_link ' => true ,
432+ 'url_from_meta ' => false ,
433+ 'url_meta_key ' => '' ,
434+ 'short_url ' => false ,
435+ 'short_url_service ' => 'rviv.ly ' ,
436+ 'hashtags ' => 'no-hashtags ' ,
437+ 'hashtags_length ' => '200 ' ,
438+ 'hashtags_common ' => '' ,
439+ 'hashtags_custom ' => '' ,
440+ 'hashtags_randomize ' => false ,
441+ 'shortner_credentials ' => array (),
442+ 'image ' => false ,
443+ 'utm_campaign_medium ' => 'social ' ,
444+ 'utm_campaign_name ' => 'ReviveOldPost ' ,
445+ ),
418446 );
419447
420448 /**
0 commit comments