We assume that you have a properly configured view at this point. You should have a page or block display with fields/node to be displayed in it.
  1. In the views administration screen add a new 'argument' using '+'. You will see a configuration screen appear at the bottom of the views screen.
  2. In the 'Groups' jump menu that you now see select 'Node'. A list will appear below the jump menu.
  3. In the list look for 'Node: Nid', and check it.
  4. Press the 'Add' button. You will now get the configuration screen for 'Node: Nid'.
  5. Under 'Action to take if argument is not present' select 'Provide default argument', and leave it set at 'Fixed Entry'.
  6. In the field 'Default argument' add the Nids of the nodes separated by a '+' that you want to show by default.
  7. In 'Validator Options' at 'Validator' choose 'Node'. Now select the node types you want, or leave blank for all nodes.
  8. Check the 'Validate user has access to the node'. This will check if a user has permission to view nodes, that are going to be displayed
  9. For the 'Argument Type' select 'Node IDs separated by , or +'.
  10. Check 'Allow Multiple Terms per Argument' and press 'Update Default Display'.
Preview should now show nodes, that you selected as "default argument". You can now pass arguments to your view, to select custom node IDs. If you provide no argument, default will be used. Save the view when ready.