Skip to content

Instantly share code, notes, and snippets.

@nsanden
Created September 19, 2014 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nsanden/acf716e2ed4a7e94caea to your computer and use it in GitHub Desktop.
Save nsanden/acf716e2ed4a7e94caea to your computer and use it in GitHub Desktop.
$accordian = [
'General Configuration' => [
'Timezone' => 'If you plan on using the Facebook Direct (easy) export option you should <a href="' . Yii::$app->urlManager->createUrl('setting/update') . '">specify your timezone</a> in Postradamus so your posts get scheduled to Facebook at the correct times.',
'Time and Date Format' => 'You can setup your own <a href="' . Yii::$app->urlManager->createUrl('setting/update') . '">time and date format</a> for Postradamus to use any time it displays a time or date. Right now, your times and dates will look like this: <i>' . date(Yii::$app->postradamus->get_user_date_format()) . '</i>',
],
'Working with Content' => [
'Ways to Find Content' => [
'Find on Web' => [
'Facebook' => [
'My Pages' => 'Find content on the Facebook pages you manage. This can be really useful if you want to find fan content.',
'Other Pages' => 'Search for a similar facebook page using the dropdown search, then pull in all the content from that page.',
'Saved Pages' => 'After searching an "other page", you can tell Postradamus to remember it for next time so you can quickly find it again.',
'My Groups' => 'Find content on the Facebook groups you manage or are a part of.',
'Other Groups' => 'Search for a Facebook group you don\'t belong to and pull in content from it.',
'Saved Groups' => 'After searching an "other group", you can tell Postradamus to remember it for next time so you can quickly find it again.'
],
'Twitter' => [
'Search' => 'Specify one or more keywords to search the entire Twitter website.',
'My Timeline' => 'Pull in all the latest tweets from your own Timeline',
'My Lists' => 'Pull in all the latest tweets from a specific list you have built at Twitter.',
]
],
'Find on Computer' => 'Test',
'Find in Existing List' => 'Test',
],
'Choosing Which Content to Save' => [
'Most types of content you find will also have statistics that help you in choosing the best content to repost to your page.
Facebook content for example, tells you how many likes, comments and shares the post has.
Twitter, will tell you the retweets and favorites counts',
],
'Saving Content' => [
'Selecting the Content' => 'You can press the "select" button underneath each piece of content or press the "Select All" button to select them all at once.',
'Choose Where to Save the Content|After selecting which content you want to save, simply scroll to the bottom of the page and choose which list to save it all to.' => [
'Existing List' => 'If you already have a list created that you want to save the content to, you can choose it from the drop down.',
'New List' => 'If you want to save the content to a new list that you haven\'t yet created, you can do so by choosing this option and entering a name for your list.',
],
'Additional Options|If you click the "more options" link you can perform some actions on your content before it gets saved to a list.' => [
'Assign a Post Type' => 'You can assign a "<a href="'.Yii::$app->urlManager->createUrl('post-type/index').'">Post Type</a>" that you have previously created, to all of the selected posts, before adding them to a list.',
'Apply a Post Template' => 'You can apply a "<a href="'.Yii::$app->urlManager->createUrl('post-template/index').'">Post Template</a>" that you have previously created, to all of the selected posts, before adding them to a list.'
]
]
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment