Insert Twitter is a module that, unlike other Twitter feed modules, complies with Twitter's OAuth requirements to pull the latest tweets for the specified username, generating an HTML unordered list.

It makes use of Using @abraham's PHP twitteroauth Library (https://github.com/abraham/twitteroauth)

Inserting your twitter feed is then simply a case of adding the following syntax:[insert_twitter:username=number_of_tweets] for example:
[insert_twitter:lauriemustafic=5].

Intended core version:
7.x

Sandbox link:
https://drupal.org/node/2197069/

Thanks!

CommentFileSizeAuthor
#1 Insert Twitter Drupal.org_.png16.06 KBchakrapani

Comments

chakrapani’s picture

Status: Needs review » Needs work
StatusFileSize
new16.06 KB

Hi lauriemustafic,

The repository is empty. Please follow the instructions in the version control tab and commit code to drupal's git repository rather than providing github's repository url.

lauriemustafic’s picture

Missed that some how... It's there now.

j.branson’s picture

Hi lauriemustafic, thanks for contributing -- first thing, the git rep you've included in the project description above is to github, you should follow drupal.org instructions and use the drupal.org repository: https://drupal.org/node/1011698. When doing that you need to run git checkout 7.x-1.x and then delete master branch.

Check out the auto review based on Coder and PHP_CodeSniffer:
http://pareview.sh/pareview/httpgitdrupalorgsandboxlauriemustafic2197069git

It's important to note that this review is based on your drupal.org repository, so perhaps you've fixed some things on your github.com repository, but that's why the instructions are important so that we are all pulling form the same repo.

Anyways, the PAReview kicks up a lot of issues, the easiest to address is no README.txt. From there You'll have to go through line by line, A tip from having done this before is to start at the bottom so that the line # references in the PAReview stay relevant.

Good luck!

PA robot’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application (see also the project application workflow).

I'm a robot and this is an automated message from Project Applications Scraper.

lauriemustafic’s picture

Issue summary: View changes